the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -428,7 +428,7 @@ out_copy:
|
||||
return count;
|
||||
}
|
||||
|
||||
static unsigned int mon_poll(struct file *filp, struct poll_table_struct *p)
|
||||
static __poll_t mon_poll(struct file *filp, struct poll_table_struct *p)
|
||||
{
|
||||
struct mon_private *monpriv = filp->private_data;
|
||||
|
||||
|
Reference in New Issue
Block a user