Re: [PATCH] x86/platform/uv: Fix inconsistent indenting

2021-04-16 Thread Steve Wahl
Reviewed-by: Steve Wahl On Fri, Apr 16, 2021 at 06:10:40PM +0800, Yang Li wrote: > Kernel test robot throws below warning -> > > smatch warnings: > arch/x86/kernel/apic/x2apic_uv_x.c:111 early_get_pnodeid() warn: > inconsistent indenting > > Reported-by: Abaci Robot > Signed-off-by: Yang Li

[PATCH] x86/platform/uv: Fix inconsistent indenting

2021-04-16 Thread Yang Li
Kernel test robot throws below warning -> smatch warnings: arch/x86/kernel/apic/x2apic_uv_x.c:111 early_get_pnodeid() warn: inconsistent indenting Reported-by: Abaci Robot Signed-off-by: Yang Li --- arch/x86/kernel/apic/x2apic_uv_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff