Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()

2021-01-05 Thread Alexandru Elisei
Hi Marc, On 1/5/21 2:04 PM, Marc Zyngier wrote: > On 2021-01-05 13:54, Alexandru Elisei wrote: >> Hi Marc, >> >> On 12/31/20 3:09 PM, Marc Zyngier wrote: >>> Although not a problem right now, it flared up while working >>> on some other aspects of the code-base. Remove the useless >>> semicolon. >

Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()

2021-01-05 Thread Marc Zyngier
On 2021-01-05 13:54, Alexandru Elisei wrote: Hi Marc, On 12/31/20 3:09 PM, Marc Zyngier wrote: Although not a problem right now, it flared up while working on some other aspects of the code-base. Remove the useless semicolon. Signed-off-by: Marc Zyngier --- arch/arm64/kvm/sys_regs.c | 2 +-

Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()

2021-01-05 Thread Alexandru Elisei
Hi Marc, On 12/31/20 3:09 PM, Marc Zyngier wrote: > Although not a problem right now, it flared up while working > on some other aspects of the code-base. Remove the useless > semicolon. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/kvm/sys_regs.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()

2020-12-31 Thread Marc Zyngier
Although not a problem right now, it flared up while working on some other aspects of the code-base. Remove the useless semicolon. Signed-off-by: Marc Zyngier --- 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/