[PATCH] KVM: arm64: fix the inconsistent indenting

sunliming posted 1 patch 3 years, 11 months ago
arch/arm64/kvm/vmid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] KVM: arm64: fix the inconsistent indenting
Posted by sunliming 3 years, 11 months ago
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 <lkp@intel.com>
Signed-off-by: sunliming <sunliming@kylinos.cn>
---
 arch/arm64/kvm/vmid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kvm/vmid.c b/arch/arm64/kvm/vmid.c
index 8d5f0506fd87..d78ae63d7c15 100644
--- a/arch/arm64/kvm/vmid.c
+++ b/arch/arm64/kvm/vmid.c
@@ -66,7 +66,7 @@ static void flush_context(void)
 	 * the next context-switch, we broadcast TLB flush + I-cache
 	 * invalidation over the inner shareable domain on rollover.
 	 */
-	 kvm_call_hyp(__kvm_flush_vm_context);
+	kvm_call_hyp(__kvm_flush_vm_context);
 }
 
 static bool check_update_reserved_vmid(u64 vmid, u64 newvmid)
-- 
2.25.1
Re: [PATCH] KVM: arm64: fix the inconsistent indenting
Posted by Marc Zyngier 3 years, 10 months ago
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 indenting
      commit: e3fe65e0d3671ee5ae8a2723e429ee4830a7c89c

Cheers,

	M.
-- 
Marc Zyngier <maz@kernel.org>