fs: annotate ->poll() instances
[linux-block.git] / fs / eventpoll.c
index 21e6fee00e8b2e0c2170abab159af06fd0407b00..67fb3b850c99a1c0a24e9f57e9550ba37daba4a1 100644 (file)
@@ -920,7 +920,7 @@ static int ep_read_events_proc(struct eventpoll *ep, struct list_head *head,
        return 0;
 }
 
-static unsigned int ep_eventpoll_poll(struct file *file, poll_table *wait)
+static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait)
 {
        struct eventpoll *ep = file->private_data;
        int depth = 0;