fs: annotate ->poll() instances
[linux-block.git] / fs / debugfs / file.c
index 2571404a072bde5838c87320c5104a4f3f4ae5bc..6fdbf21be31843c34cdf869a7c30e1a1fe1beea3 100644 (file)
@@ -206,7 +206,7 @@ FULL_PROXY_FUNC(unlocked_ioctl, long, filp,
                PROTO(struct file *filp, unsigned int cmd, unsigned long arg),
                ARGS(filp, cmd, arg));
 
-static unsigned int full_proxy_poll(struct file *filp,
+static __poll_t full_proxy_poll(struct file *filp,
                                struct poll_table_struct *wait)
 {
        struct dentry *dentry = F_DENTRY(filp);