the rest of drivers/*: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cette révision appartient à :
Al Viro
2017-07-03 06:39:46 -04:00
Parent c23e0cb81e
révision afc9a42b74
144 fichiers modifiés avec 257 ajouts et 256 suppressions

Voir le fichier

@@ -41,7 +41,7 @@ static int scif_fdmmap(struct file *f, struct vm_area_struct *vma)
return scif_mmap(vma, priv);
}
static unsigned int scif_fdpoll(struct file *f, poll_table *wait)
static __poll_t scif_fdpoll(struct file *f, poll_table *wait)
{
struct scif_endpt *priv = f->private_data;