[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221118005852.65028-1-yang.lee@linux.alibaba.com>
Date: Fri, 18 Nov 2022 08:58:52 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: mcgrof@...nel.org
Cc: linux-kernel@...r.kernel.org, Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] 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@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.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
Powered by blists - more mailing lists