]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/misc/mic/scif/scif_fd.c
the rest of drivers/*: annotate ->poll() instances
[mirror_ubuntu-jammy-kernel.git] / drivers / misc / mic / scif / scif_fd.c
index f7e826142a72fe382af3e7551f9be6a635076373..5c2a57ae4f8521009519692dee4abd722a644514 100644 (file)
@@ -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;