Message ID | 4A117ACB.8070008@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Gregory Haskins wrote: > More slop. I shouldn't send patches out first thing Monday morning, I > guess. > > Here is my current delta queued for v10. I will wait for some feedback > on v9 before cutting it: > With this, v10 looks good to go.
diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index 41897f9..5e07e8b 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c @@ -154,7 +154,8 @@ irqfd_release(struct _irqfd *irqfd) kfree(irqfd); } -static struct _irqfd *irqfd_remove(struct kvm *kvm, struct file *file, int gsi) +static struct _irqfd * +irqfd_remove(struct kvm *kvm, struct file *file, int gsi) { struct _irqfd *irqfd;