Skip to content

Commit 904e1dd

Browse files
Yang Libp3tk0v
authored andcommitted
x86/srso: Remove unnecessary semicolon
scripts/coccinelle/misc/semicolon.cocci reports: arch/x86/kernel/cpu/bugs.c:713:2-3: Unneeded semicolon Signed-off-by: Yang Li <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0bd7feb commit 904e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/bugs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ void update_gds_msr(void)
717717
case GDS_MITIGATION_UCODE_NEEDED:
718718
case GDS_MITIGATION_HYPERVISOR:
719719
return;
720-
};
720+
}
721721

722722
wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl);
723723

0 commit comments

Comments
 (0)