| Date | Mon, 10 Feb 2025 17:10:20 -0800 | | From | Josh Poimboeuf <> | | Subject | Re: [PATCH v3 16/35] x86/bugs: Restructure ssb mitigation |
| |
On Wed, Jan 08, 2025 at 02:24:56PM -0600, David Kaplan wrote: > @@ -2272,15 +2280,6 @@ static enum ssb_mitigation __init __ssb_select_mitigation(void) > } > } > > - return mode; > -} > - > -static void ssb_select_mitigation(void) > -{ > - ssb_mode = __ssb_select_mitigation(); > - > - if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) > - pr_info("%s\n", ssb_strings[ssb_mode]); > }
Extra whitespace at end of function.
-- Josh
|