From: Al Viro Date: Mon, 17 Jul 2017 00:42:21 +0000 (-0400) Subject: annotate poll_table_entry->key X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ddc0505fbda66c6b58c2716459f3e1293a05e429;p=openwrt%2Fstaging%2Fblogic.git annotate poll_table_entry->key Signed-off-by: Al Viro --- diff --git a/include/linux/poll.h b/include/linux/poll.h index 8927e2282633..04781a753326 100644 --- a/include/linux/poll.h +++ b/include/linux/poll.h @@ -75,7 +75,7 @@ static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) struct poll_table_entry { struct file *filp; - unsigned long key; + __poll_t key; wait_queue_entry_t wait; wait_queue_head_t *wait_address; };