* [PATCH -next] kallsyms: Remove unneeded semicolon
@ 2022-11-18 0:58 Yang Li
2022-11-18 20:56 ` Luis Chamberlain
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-11-18 0:58 UTC (permalink / raw)
To: mcgrof; +Cc: linux-kernel, Yang Li, Abaci Robot
./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>
---
kernel/kallsyms_selftest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/kallsyms_selftest.c b/kernel/kallsyms_selftest.c
index c1d73ace63ab..f35d9cc1aab1 100644
--- a/kernel/kallsyms_selftest.c
+++ b/kernel/kallsyms_selftest.c
@@ -133,7 +133,7 @@ static void test_kallsyms_compression_ratio(void)
off++;
}
off += len;
- };
+ }
/*
* 1. The length fields is not counted
--
2.20.1.7.g153144c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-18 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 0:58 [PATCH -next] kallsyms: Remove unneeded semicolon Yang Li
2022-11-18 20:56 ` Luis Chamberlain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®