Skip to content

Commit ae548c5

Browse files
kmulveymatosatti
authored andcommitted
KVM: fix checkpatch.pl errors in kvm/irqchip.c
Fix whitespace around while Signed-off-by: Kevin Mulvey <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
1 parent bfda0e8 commit ae548c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virt/kvm/irqchip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level,
105105
i = kvm_irq_map_gsi(kvm, irq_set, irq);
106106
srcu_read_unlock(&kvm->irq_srcu, idx);
107107

108-
while(i--) {
108+
while (i--) {
109109
int r;
110110
r = irq_set[i].set(&irq_set[i], kvm, irq_source_id, level,
111111
line_status);

0 commit comments

Comments
 (0)