Re: [PATCH] KVM: arm64: fix the inconsistent indenting

2022-06-07 Thread Marc Zyngier
On Thu, 2 Jun 2022 10:48:05 +0800, sunliming wrote: > Fix the inconsistent indenting in function flush_context. > > Fix the following smatch warnings: > > arch/arm64/kvm/vmid.c:62 flush_context() warn: inconsistent indenting Applied to fixes, thanks! [1/1] KVM: arm64: fix the inconsistent

[PATCH] KVM: arm64: fix the inconsistent indenting

2022-06-02 Thread sunliming
Fix the inconsistent indenting in function flush_context. Fix the following smatch warnings: arch/arm64/kvm/vmid.c:62 flush_context() warn: inconsistent indenting Reported-by: kernel test robot Signed-off-by: sunliming --- arch/arm64/kvm/vmid.c | 2 +- 1 file changed, 1 insertion(+), 1