Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xen: fix poll misannotation

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 0148a635 63e2480c

+1 -1
+1 -1
drivers/xen/pvcalls-front.h
··· 20 20 struct msghdr *msg, 21 21 size_t len, 22 22 int flags); 23 - unsigned int pvcalls_front_poll(struct file *file, 23 + __poll_t pvcalls_front_poll(struct file *file, 24 24 struct socket *sock, 25 25 poll_table *wait); 26 26 int pvcalls_front_release(struct socket *sock);