the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -496,7 +496,7 @@ static int uio_release(struct inode *inode, struct file *filep)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static unsigned int uio_poll(struct file *filep, poll_table *wait)
|
||||
static __poll_t uio_poll(struct file *filep, poll_table *wait)
|
||||
{
|
||||
struct uio_listener *listener = filep->private_data;
|
||||
struct uio_device *idev = listener->dev;
|
||||
|
Reference in New Issue
Block a user