Commit ae548c5c authored by Kevin Mulvey's avatar Kevin Mulvey Committed by Marcelo Tosatti

KVM: fix checkpatch.pl errors in kvm/irqchip.c

Fix whitespace around while
Signed-off-by: default avatarKevin Mulvey <kmulvey@linux.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent bfda0e84
......@@ -105,7 +105,7 @@ int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level,
i = kvm_irq_map_gsi(kvm, irq_set, irq);
srcu_read_unlock(&kvm->irq_srcu, idx);
while(i--) {
while (i--) {
int r;
r = irq_set[i].set(&irq_set[i], kvm, irq_source_id, level,
line_status);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment