提交 76d2d4a1 编写于 作者: A Al Viro

um: annotate ->poll() instances

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 8153a5ea
......@@ -119,10 +119,10 @@ static ssize_t hostaudio_write(struct file *file, const char __user *buffer,
return err;
}
static unsigned int hostaudio_poll(struct file *file,
struct poll_table_struct *wait)
static __poll_t hostaudio_poll(struct file *file,
struct poll_table_struct *wait)
{
unsigned int mask = 0;
__poll_t mask = 0;
#ifdef DEBUG
printk(KERN_DEBUG "hostaudio: poll called (unimplemented)\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册