]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/hid/hidraw.c
the rest of drivers/*: annotate ->poll() instances
[mirror_ubuntu-jammy-kernel.git] / drivers / hid / hidraw.c
index 5fbe0f81ab2ebd2c972237fa1be2bc3b544afee8..be210219f98296ba50828b902bb2e6f1c62d1dcd 100644 (file)
@@ -249,7 +249,7 @@ out:
        return ret;
 }
 
-static unsigned int hidraw_poll(struct file *file, poll_table *wait)
+static __poll_t hidraw_poll(struct file *file, poll_table *wait)
 {
        struct hidraw_list *list = file->private_data;