aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpuid/api.h
diff options
context:
space:
mode:
authorBorislav Petkov (AMD) <[email protected]>2025-04-14 09:41:29 +0000
committerIngo Molnar <[email protected]>2025-04-14 10:25:50 +0000
commit9fb6938d55348ee3e47deff9646fae59a15ed1c9 (patch)
treeb32d7f30c40e0d5ef4cf17fa7d03d52744c03809 /arch/x86/include/asm/cpuid/api.h
parentx86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h> (diff)
downloadkernel-9fb6938d55348ee3e47deff9646fae59a15ed1c9.tar.gz
kernel-9fb6938d55348ee3e47deff9646fae59a15ed1c9.zip
x86/cpuid: Align macro linebreaks vertically
Align the backspaces vertically again, after recent cleanups. No functional changes. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Ahmed S. Darwish <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Linus Torvalds <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/include/asm/cpuid/api.h')
-rw-r--r--arch/x86/include/asm/cpuid/api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/cpuid/api.h b/arch/x86/include/asm/cpuid/api.h
index bf75c6267311..bf76a1706d02 100644
--- a/arch/x86/include/asm/cpuid/api.h
+++ b/arch/x86/include/asm/cpuid/api.h
@@ -36,9 +36,9 @@ static inline void native_cpuid(u32 *eax, u32 *ebx,
}
#define NATIVE_CPUID_REG(reg) \
-static inline u32 native_cpuid_##reg(u32 op) \
+static inline u32 native_cpuid_##reg(u32 op) \
{ \
- u32 eax = op, ebx, ecx = 0, edx; \
+ u32 eax = op, ebx, ecx = 0, edx; \
\
native_cpuid(&eax, &ebx, &ecx, &edx); \
\