the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -514,7 +514,7 @@ static ssize_t ilo_write(struct file *fp, const char __user *buf,
|
||||
return err ? -EFAULT : len;
|
||||
}
|
||||
|
||||
static unsigned int ilo_poll(struct file *fp, poll_table *wait)
|
||||
static __poll_t ilo_poll(struct file *fp, poll_table *wait)
|
||||
{
|
||||
struct ccb_data *data = fp->private_data;
|
||||
struct ccb *driver_ccb = &data->driver_ccb;
|
||||
|
Reference in New Issue
Block a user