diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2023-01-31 16:27:03 +0800 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2023-01-31 19:43:27 +0000 |
commit | 242b6f34b5b51ec151dc3abafd16edb1f685bb3c (patch) | |
tree | 0f001e31681a6e8cb6b19c75ff0f12c2d6dd4d0c /arch/arm64/kvm/sys_regs.c | |
parent | cecafc0a830f7ea89bc11c644e2841f603fcc4e6 (diff) |
arm64/sysreg: clean up some inconsistent indenting
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>
Diffstat (limited to 'arch/arm64/kvm/sys_regs.c')
-rw-r--r-- | arch/arm64/kvm/sys_regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c index d5ee52d6bf73..d852e4c26177 100644 --- a/arch/arm64/kvm/sys_regs.c +++ b/arch/arm64/kvm/sys_regs.c @@ -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 */ |