Skip to content

Commit afea27d

Browse files
Jiapeng Chongjgross1
authored andcommitted
xen/x2apic: Fix inconsistent indenting
Eliminate the follow smatch warning: arch/x86/xen/enlighten_hvm.c:189 xen_cpu_dead_hvm() warn: inconsistent indenting. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Juergen Gross <[email protected]>
1 parent e07e98d commit afea27d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86/xen/enlighten_hvm.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ static int xen_cpu_dead_hvm(unsigned int cpu)
185185

186186
if (xen_have_vector_callback && xen_feature(XENFEAT_hvm_safe_pvclock))
187187
xen_teardown_timer(cpu);
188-
189-
return 0;
188+
return 0;
190189
}
191190

192191
static bool no_vector_callback __initdata;

0 commit comments

Comments
 (0)