Skip to content

Commit 0148a63

Browse files
author
Al Viro
committed
xen: fix poll misannotation
Signed-off-by: Al Viro <[email protected]>
1 parent 63e2480 commit 0148a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/pvcalls-front.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int pvcalls_front_recvmsg(struct socket *sock,
2020
struct msghdr *msg,
2121
size_t len,
2222
int flags);
23-
unsigned int pvcalls_front_poll(struct file *file,
23+
__poll_t pvcalls_front_poll(struct file *file,
2424
struct socket *sock,
2525
poll_table *wait);
2626
int pvcalls_front_release(struct socket *sock);

0 commit comments

Comments
 (0)