mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] x86/srso: Remove unneeded semicolon
@ 2023-08-10  1:05 Yang Li
  2023-09-28 21:34 ` [tip: x86/bugs] x86/srso: Remove unnecessary semicolon tip-bot2 for Yang Li
  2023-10-20 11:37 ` tip-bot2 for Yang Li
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-08-10  1:05 UTC (permalink / raw)
  To: tglx, peterz, jpoimboe, dave.hansen, mingo, pawan.kumar.gupta, hpa, x86
  Cc: linux-kernel, Yang Li

./arch/x86/kernel/cpu/bugs.c:713:2-3: Unneeded semicolon

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 arch/x86/kernel/cpu/bugs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index d02f73c5339d..7b29036130a1 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -710,7 +710,7 @@ void update_gds_msr(void)
 	case GDS_MITIGATION_UCODE_NEEDED:
 	case GDS_MITIGATION_HYPERVISOR:
 		return;
-	};
+	}
 
 	wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl);
 
-- 
2.20.1.7.g153144c


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-20 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-10  1:05 [PATCH -next] x86/srso: Remove unneeded semicolon Yang Li
2023-09-28 21:34 ` [tip: x86/bugs] x86/srso: Remove unnecessary semicolon tip-bot2 for Yang Li
2023-10-20 11:37 ` tip-bot2 for Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome