mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 06:04:23 +08:00
kallsyms: Remove unneeded semicolon
./kernel/kallsyms_selftest.c:136:2-3: Unneeded semicolon Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3208 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
This commit is contained in:
parent
30f3bb0977
commit
c86a514f5f
@ -133,7 +133,7 @@ static void test_kallsyms_compression_ratio(void)
|
||||
off++;
|
||||
}
|
||||
off += len;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. The length fields is not counted
|
||||
|
Loading…
Reference in New Issue
Block a user