]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
x86/bugs: Remove apostrophe typo
authorKim Phillips <kim.phillips@amd.com>
Fri, 8 Jul 2022 21:21:28 +0000 (16:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jul 2022 09:26:55 +0000 (11:26 +0200)
commit bcf163150cd37348a0cb59e95c916a83a9344b0e upstream.

Remove a superfluous ' in the mitigation string.

Fixes: e8ec1b6e08a2 ("x86/bugs: Enable STIBP for JMP2RET")
Signed-off-by: Kim Phillips <kim.phillips@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/bugs.c

index 62a07bac906e9482c828f3c1d3b81452883c06cb..bc6382f5ec27b145b7b12a7f1b90b98b943a8bc2 100644 (file)
@@ -1137,7 +1137,7 @@ spectre_v2_user_select_mitigation(void)
        if (retbleed_mitigation == RETBLEED_MITIGATION_UNRET) {
                if (mode != SPECTRE_V2_USER_STRICT &&
                    mode != SPECTRE_V2_USER_STRICT_PREFERRED)
-                       pr_info("Selecting STIBP always-on mode to complement retbleed mitigation'\n");
+                       pr_info("Selecting STIBP always-on mode to complement retbleed mitigation\n");
                mode = SPECTRE_V2_USER_STRICT_PREFERRED;
        }