Skip to content

Commit bcf1631

Browse files
kimphillamdsuryasaimadhu
authored andcommitted
x86/bugs: Remove apostrophe typo
Remove a superfluous ' in the mitigation string. Fixes: e8ec1b6 ("x86/bugs: Enable STIBP for JMP2RET") Signed-off-by: Kim Phillips <kim.phillips@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de>
1 parent 564d998 commit bcf1631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/bugs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ spectre_v2_user_select_mitigation(void)
11811181
if (retbleed_mitigation == RETBLEED_MITIGATION_UNRET) {
11821182
if (mode != SPECTRE_V2_USER_STRICT &&
11831183
mode != SPECTRE_V2_USER_STRICT_PREFERRED)
1184-
pr_info("Selecting STIBP always-on mode to complement retbleed mitigation'\n");
1184+
pr_info("Selecting STIBP always-on mode to complement retbleed mitigation\n");
11851185
mode = SPECTRE_V2_USER_STRICT_PREFERRED;
11861186
}
11871187

0 commit comments

Comments
 (0)