commit | afc9a42b7464f76e1388cad87d8543c69f6f74ed | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Mon Jul 03 06:39:46 2017 -0400 |
committer | Al Viro <[email protected]> | Tue Nov 28 11:06:58 2017 -0500 |
tree | abc3abe50053edd3dcf0b04c2d2a63640ee89f6b | |
parent | c23e0cb81e4021b9712b1093d54713991fd9b7c2 [diff] [blame] |
the rest of drivers/*: annotate ->poll() instances Signed-off-by: Al Viro <[email protected]>
diff --git a/drivers/scsi/mpt3sas/mpt3sas_ctl.c b/drivers/scsi/mpt3sas/mpt3sas_ctl.c index b4c374b..537de1b 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c +++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -534,7 +534,7 @@ _ctl_fasync(int fd, struct file *filep, int mode) * @wait - * */ -static unsigned int +static __poll_t _ctl_poll(struct file *filep, poll_table *wait) { struct MPT3SAS_ADAPTER *ioc;