aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunliming <[email protected]>2022-06-02 10:48:05 +0800
committerMarc Zyngier <[email protected]>2022-06-07 15:27:05 +0100
commite3fe65e0d3671ee5ae8a2723e429ee4830a7c89c (patch)
tree2cdf35eb078f52214c268304f62d44c60b727f98
parent039f49c4cafb785504c678f28664d088e0108d35 (diff)
KVM: arm64: Fix inconsistent indenting
Fix the following smatch warnings: arch/arm64/kvm/vmid.c:62 flush_context() warn: inconsistent indenting Reported-by: kernel test robot <[email protected]> Signed-off-by: sunliming <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm64/kvm/vmid.c2
1 files changed, 1 insertions, 1 deletions
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)