Re: [PATCH v3 16/35] x86/bugs: Restructure ssb mitigation

From: Josh Poimboeuf
Date: Mon Feb 10 2025 - 20:10:28 EST


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