arm64/sysreg: clean up some inconsistent indenting
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 31 Jan 2023 08:27:03 +0000 (16:27 +0800)
committerOliver Upton <oliver.upton@linux.dev>
Tue, 31 Jan 2023 19:43:27 +0000 (19:43 +0000)
No functional modification involved.

./arch/arm64/kvm/sys_regs.c:80:2-9: code aligned with following code on line 82.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3897
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230131082703.118101-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/sys_regs.c

index d5ee52d6bf7326f9254298631ef2fc0824c0e176..d852e4c2617705db2858b6b8d710c4eda41df425 100644 (file)
@@ -78,7 +78,7 @@ void vcpu_write_sys_reg(struct kvm_vcpu *vcpu, u64 val, int reg)
            __vcpu_write_sys_reg_to_cpu(val, reg))
                return;
 
-        __vcpu_sys_reg(vcpu, reg) = val;
+       __vcpu_sys_reg(vcpu, reg) = val;
 }
 
 /* 3 bits per cache level, as per CLIDR, but non-existent caches always 0 */