[PATCH] arm64/sysreg: clean up some inconsistent indenting

Jiapeng Chong posted 1 patch 2 years, 7 months ago
arch/arm64/kvm/sys_regs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64/sysreg: clean up some inconsistent indenting
Posted by Jiapeng Chong 2 years, 7 months ago
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>
---
 arch/arm64/kvm/sys_regs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c
index 8d2747ad50ba..78dc507de757 100644
--- a/arch/arm64/kvm/sys_regs.c
+++ b/arch/arm64/kvm/sys_regs.c
@@ -79,7 +79,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;
 }
 
 /* CSSELR values; used to index KVM_REG_ARM_DEMUX_ID_CCSIDR */
-- 
2.20.1.7.g153144c
Re: [PATCH] arm64/sysreg: clean up some inconsistent indenting
Posted by Oliver Upton 2 years, 7 months ago
On Tue, 31 Jan 2023 16:27:03 +0800, Jiapeng Chong wrote:
> No functional modification involved.
> 
> ./arch/arm64/kvm/sys_regs.c:80:2-9: code aligned with following code on line 82.
> 
> 

Applied to kvmarm/next, thanks!

[1/1] arm64/sysreg: clean up some inconsistent indenting
      https://git.kernel.org/kvmarm/kvmarm/c/242b6f34b5b5

--
Best,
Oliver