All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64/sysreg: clean up some inconsistent indenting
@ 2023-01-31  8:27 ` Jiapeng Chong
  0 siblings, 0 replies; 4+ messages in thread
From: Jiapeng Chong @ 2023-01-31  8:27 UTC (permalink / raw)
  To: maz
  Cc: oliver.upton, james.morse, suzuki.poulose, yuzenghui,
	catalin.marinas, will, linux-arm-kernel, kvmarm, linux-kernel,
	Jiapeng Chong, Abaci Robot

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arm64/sysreg: clean up some inconsistent indenting
@ 2023-01-31  8:27 ` Jiapeng Chong
  0 siblings, 0 replies; 4+ messages in thread
From: Jiapeng Chong @ 2023-01-31  8:27 UTC (permalink / raw)
  To: maz
  Cc: oliver.upton, james.morse, suzuki.poulose, yuzenghui,
	catalin.marinas, will, linux-arm-kernel, kvmarm, linux-kernel,
	Jiapeng Chong, Abaci Robot

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64/sysreg: clean up some inconsistent indenting
  2023-01-31  8:27 ` Jiapeng Chong
@ 2023-02-06 17:10   ` Oliver Upton
  -1 siblings, 0 replies; 4+ messages in thread
From: Oliver Upton @ 2023-02-06 17:10 UTC (permalink / raw)
  To: Jiapeng Chong, maz
  Cc: Oliver Upton, linux-arm-kernel, suzuki.poulose, will, yuzenghui,
	kvmarm, linux-kernel, james.morse, Abaci Robot, catalin.marinas

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64/sysreg: clean up some inconsistent indenting
@ 2023-02-06 17:10   ` Oliver Upton
  0 siblings, 0 replies; 4+ messages in thread
From: Oliver Upton @ 2023-02-06 17:10 UTC (permalink / raw)
  To: Jiapeng Chong, maz
  Cc: Oliver Upton, linux-arm-kernel, suzuki.poulose, will, yuzenghui,
	kvmarm, linux-kernel, james.morse, Abaci Robot, catalin.marinas

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-06 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  8:27 [PATCH] arm64/sysreg: clean up some inconsistent indenting Jiapeng Chong
2023-01-31  8:27 ` Jiapeng Chong
2023-02-06 17:10 ` Oliver Upton
2023-02-06 17:10   ` Oliver Upton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.