diff options
author | Kim Phillips <kim.phillips@amd.com> | 2022-07-09 00:21:28 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-07-16 12:39:23 +0300 |
commit | bcf163150cd37348a0cb59e95c916a83a9344b0e (patch) | |
tree | 20491150eb4fe4e3eb2408ee2a9e7fd04772ea3b /arch | |
parent | 564d998106397394b6aad260f219b882b3347e62 (diff) | |
download | linux-bcf163150cd37348a0cb59e95c916a83a9344b0e.tar.xz |
x86/bugs: Remove apostrophe typo
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index 3a0787a36910..aa34f908c39f 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -1181,7 +1181,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; } |