Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/bugs: Fix indentation due to ITS merge

No functional changes.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

Borislav Petkov (AMD) and committed by
Ingo Molnar
a0f3fe54 3bf8ce82

+2 -2
+2 -2
arch/x86/kernel/cpu/bugs.c
··· 2975 2975 2976 2976 if (boot_cpu_data.x86 == 0x19) { 2977 2977 setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS); 2978 - set_return_thunk(srso_alias_return_thunk); 2978 + set_return_thunk(srso_alias_return_thunk); 2979 2979 } else { 2980 2980 setup_force_cpu_cap(X86_FEATURE_SRSO); 2981 - set_return_thunk(srso_return_thunk); 2981 + set_return_thunk(srso_return_thunk); 2982 2982 } 2983 2983 break; 2984 2984 case SRSO_MITIGATION_IBPB: