mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ipc, kernel, mm: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -519,10 +519,10 @@ static int mqueue_flush_file(struct file *filp, fl_owner_t id)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static unsigned int mqueue_poll_file(struct file *filp, struct poll_table_struct *poll_tab)
|
||||
static __poll_t mqueue_poll_file(struct file *filp, struct poll_table_struct *poll_tab)
|
||||
{
|
||||
struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp));
|
||||
int retval = 0;
|
||||
__poll_t retval = 0;
|
||||
|
||||
poll_wait(filp, &info->wait_q, poll_tab);
|
||||
|
||||
|
Reference in New Issue
Block a user