2022-09-26 06:28:07

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] x86/alternatives: remove unneeded semicolon

./arch/x86/kernel/alternative.c:1610:2-3: Unneeded semicolon.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2275
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
arch/x86/kernel/alternative.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
index 68d84cf8e001..74bcec3362cb 100644
--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
@@ -1607,7 +1607,7 @@ static void text_poke_loc_init(struct text_poke_loc *tp, void *addr,

default:
BUG_ON(len != insn.length);
- };
+ }


switch (tp->opcode) {
--
2.20.1.7.g153144c