projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecafc0
)
arm64/sysreg: clean up some inconsistent indenting
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Tue, 31 Jan 2023 08:27:03 +0000
(16:27 +0800)
committer
Oliver 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
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/sys_regs.c
b/arch/arm64/kvm/sys_regs.c
index d5ee52d6bf7326f9254298631ef2fc0824c0e176..d852e4c2617705db2858b6b8d710c4eda41df425 100644
(file)
--- 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 */