Skip to content

Commit f739365

Browse files
Charles HanIngo Molnar
authored andcommitted
x86/delay: Fix inconsistent whitespace
Smatch warns about this whitespace damage: arch/x86/lib/delay.c:134 delay_halt_mwaitx() warn: inconsistent indenting Signed-off-by: Charles Han <hanchunchao@inspur.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20250305063515.3951-1-hanchunchao@inspur.com
1 parent 40fc756 commit f739365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/lib/delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static void delay_halt_mwaitx(u64 unused, u64 cycles)
131131
* Use cpu_tss_rw as a cacheline-aligned, seldom accessed per-cpu
132132
* variable as the monitor target.
133133
*/
134-
__monitorx(raw_cpu_ptr(&cpu_tss_rw), 0, 0);
134+
__monitorx(raw_cpu_ptr(&cpu_tss_rw), 0, 0);
135135

136136
/*
137137
* AMD, like Intel, supports the EAX hint and EAX=0xf means, do not

0 commit comments

Comments
 (0)