projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5448d92
)
RISC-V: KVM: Remove second semicolon
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 15 Mar 2024 09:29:14 +0000
(09:29 +0000)
committer
Anup Patel
<anup@brainfault.org>
Mon, 25 Mar 2024 08:46:28 +0000
(14:16 +0530)
There is a statement with two semicolons. Remove the second one, it
is redundant.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
Link:
https://lore.kernel.org/r/20240315092914.2431214-1-colin.i.king@gmail.com
arch/riscv/kvm/vcpu_onereg.c
patch
|
blob
|
history
diff --git
a/arch/riscv/kvm/vcpu_onereg.c
b/arch/riscv/kvm/vcpu_onereg.c
index f4a6124d25c939ecdf5dc631d8c7aa69a2684621..994adc26db4b10d81557535a70aaddbb748217f4 100644
(file)
--- a/
arch/riscv/kvm/vcpu_onereg.c
+++ b/
arch/riscv/kvm/vcpu_onereg.c
@@
-986,7
+986,7
@@
static int copy_isa_ext_reg_indices(const struct kvm_vcpu *vcpu,
static inline unsigned long num_isa_ext_regs(const struct kvm_vcpu *vcpu)
{
- return copy_isa_ext_reg_indices(vcpu, NULL);
;
+ return copy_isa_ext_reg_indices(vcpu, NULL);
}
static int copy_sbi_ext_reg_indices(struct kvm_vcpu *vcpu, u64 __user *uindices)