Re: [PATCH] KVM: arm64: fix semicolon.cocci warnings

2022-02-25 Thread Marc Zyngier
On 2022-02-25 12:29, Will Deacon wrote: On Fri, Feb 25, 2022 at 04:07:24AM +0800, kernel test robot wrote: From: kernel test robot arch/arm64/kvm/psci.c:372:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: d43583b890e7 ("KVM:

Re: [PATCH] KVM: arm64: fix semicolon.cocci warnings

2022-02-25 Thread Will Deacon
On Fri, Feb 25, 2022 at 04:07:24AM +0800, kernel test robot wrote: > From: kernel test robot > > arch/arm64/kvm/psci.c:372:3-4: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > Fixes: d43583b890e7 ("KVM: arm64: Expose PSCI

[PATCH] KVM: arm64: fix semicolon.cocci warnings

2022-02-24 Thread kernel test robot
From: kernel test robot arch/arm64/kvm/psci.c:372:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: d43583b890e7 ("KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest") CC: Will Deacon Reported-by: kernel test robot