[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180118184330.GA29597@beast>
Date: Thu, 18 Jan 2018 10:43:30 -0800
From: Kees Cook <keescook@...omium.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: David Woodhouse <dwmw@...zon.co.uk>,
Andy Lutomirski <luto@...nel.org>, x86@...nel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] x86/cpu: Drop needless fall-through comment
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 <keescook@...omium.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
Powered by blists - more mailing lists