This fall-through comment is both misspelled and unneeded (it appears
between case statements, not between operations before a case statement).

Signed-off-by: Kees Cook <keesc...@chromium.org>
---
 arch/x86/kernel/cpu/bugs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index 390b3dc3d438..19056f7f1fa7 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -191,7 +191,6 @@ static void __init spectre_v2_select_mitigation(void)
                return;
 
        case SPECTRE_V2_CMD_FORCE:
-               /* FALLTRHU */
        case SPECTRE_V2_CMD_AUTO:
                goto retpoline_auto;
 
-- 
2.7.4


-- 
Kees Cook
Pixel Security

Reply via email to