You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -235,7 +235,7 @@ kfree_err:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static unsigned int
|
||||
static __poll_t
|
||||
mbox_test_message_poll(struct file *filp, struct poll_table_struct *wait)
|
||||
{
|
||||
struct mbox_test_device *tdev = filp->private_data;
|
||||
|
||||
Reference in New Issue
Block a user