Skip to content

Commit a0f3fe5

Browse files
bp3tk0vIngo Molnar
authored andcommitted
x86/bugs: Fix indentation due to ITS merge
No functional changes. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent 3bf8ce8 commit a0f3fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/kernel/cpu/bugs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,10 +2975,10 @@ static void __init srso_apply_mitigation(void)
29752975

29762976
if (boot_cpu_data.x86 == 0x19) {
29772977
setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS);
2978-
set_return_thunk(srso_alias_return_thunk);
2978+
set_return_thunk(srso_alias_return_thunk);
29792979
} else {
29802980
setup_force_cpu_cap(X86_FEATURE_SRSO);
2981-
set_return_thunk(srso_return_thunk);
2981+
set_return_thunk(srso_return_thunk);
29822982
}
29832983
break;
29842984
case SRSO_MITIGATION_IBPB:

0 commit comments

Comments
 (0)