the rest of drivers/*: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-03 06:39:46 -04:00
parent c23e0cb81e
commit afc9a42b74
144 changed files with 257 additions and 256 deletions

View File

@@ -1140,10 +1140,10 @@ static long sg_compat_ioctl(struct file *filp, unsigned int cmd_in, unsigned lon
}
#endif
static unsigned int
static __poll_t
sg_poll(struct file *filp, poll_table * wait)
{
unsigned int res = 0;
__poll_t res = 0;
Sg_device *sdp;
Sg_fd *sfp;
Sg_request *srp;