fs: annotate ->poll() instances
[linux-block.git] / fs / dlm / user.c
index d18e7a539f116209e3a7d0a972d7ca4a28522a09..662432af8ce8845dd303975a49df3b7e62e32e2d 100644 (file)
@@ -887,7 +887,7 @@ static ssize_t device_read(struct file *file, char __user *buf, size_t count,
        return rv;
 }
 
-static unsigned int device_poll(struct file *file, poll_table *wait)
+static __poll_t device_poll(struct file *file, poll_table *wait)
 {
        struct dlm_user_proc *proc = file->private_data;