[PATCH] x86/alternatives: remove unneeded semicolon

From: Jiapeng Chong
Date: Mon Sep 26 2022 - 01:46:50 EST


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

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2275
Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
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