the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -2638,12 +2638,12 @@ static long ca8210_test_int_ioctl(
|
||||
*
|
||||
* Return: set of poll return flags
|
||||
*/
|
||||
static unsigned int ca8210_test_int_poll(
|
||||
static __poll_t ca8210_test_int_poll(
|
||||
struct file *filp,
|
||||
struct poll_table_struct *ptable
|
||||
)
|
||||
{
|
||||
unsigned int return_flags = 0;
|
||||
__poll_t return_flags = 0;
|
||||
struct ca8210_priv *priv = filp->private_data;
|
||||
|
||||
poll_wait(filp, &priv->test.readq, ptable);
|
||||
|
Reference in New Issue
Block a user