projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ab0f8
)
KVM: arm/arm64: vgic: Remove spurious semicolons
author
Marc Zyngier
<maz@kernel.org>
Sun, 25 Aug 2019 09:44:17 +0000
(10:44 +0100)
committer
Marc Zyngier
<maz@kernel.org>
Sun, 25 Aug 2019 10:02:13 +0000
(11:02 +0100)
Detected by Coccinelle (and Will Deacon) using
scripts/coccinelle/misc/semicolon.cocci.
Reported-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
virt/kvm/arm/vgic/vgic-init.c
patch
|
blob
|
history
diff --git
a/virt/kvm/arm/vgic/vgic-init.c
b/virt/kvm/arm/vgic/vgic-init.c
index
80127ca
..
9175bfd
100644
(file)
--- a/
virt/kvm/arm/vgic/vgic-init.c
+++ b/
virt/kvm/arm/vgic/vgic-init.c
@@
-510,7
+510,7
@@
int kvm_vgic_hyp_init(void)
break;
default:
ret = -ENODEV;
- }
;
+ }
if (ret)
return ret;