Skip to content
Snippets Groups Projects
Commit 247b3c70 authored by zhouyang's avatar zhouyang Committed by Alex Bennée
Browse files

contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"


I am reading contrib related code and found some style problems while
check the code using checkpatch.pl. This commit fixs the issue below:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: default avatarzhouyang <zhouyang789@huawei.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20210118031004.1662363-3-zhouyang789@huawei.com>
Message-Id: <20210213130325.14781-6-alex.bennee@linaro.org>
parent 7fe7ab15
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ static void vcpu_insn_exec_before(unsigned int cpu_index, void *udata)
(*count)++;
}
static uint64_t * find_counter(struct qemu_plugin_insn *insn)
static uint64_t *find_counter(struct qemu_plugin_insn *insn)
{
int i;
uint64_t *cnt = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment