Commit c86a514f authored by Yang Li's avatar Yang Li Committed by Luis Chamberlain

kallsyms: Remove unneeded semicolon

./kernel/kallsyms_selftest.c:136:2-3: Unneeded semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3208Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
parent 30f3bb09
...@@ -133,7 +133,7 @@ static void test_kallsyms_compression_ratio(void) ...@@ -133,7 +133,7 @@ static void test_kallsyms_compression_ratio(void)
off++; off++;
} }
off += len; off += len;
}; }
/* /*
* 1. The length fields is not counted * 1. The length fields is not counted
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment