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>
This commit is contained in:
Borislav Petkov (AMD) 2025-05-16 16:31:38 +02:00 committed by Ingo Molnar
parent 3bf8ce8284
commit a0f3fe547e

View File

@ -2975,10 +2975,10 @@ static void __init srso_apply_mitigation(void)
if (boot_cpu_data.x86 == 0x19) {
setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS);
set_return_thunk(srso_alias_return_thunk);
set_return_thunk(srso_alias_return_thunk);
} else {
setup_force_cpu_cap(X86_FEATURE_SRSO);
set_return_thunk(srso_return_thunk);
set_return_thunk(srso_return_thunk);
}
break;
case SRSO_MITIGATION_IBPB: