sound: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-02 23:27:36 -04:00
부모 0d9b87f3ba
커밋 680ef72abd
25개의 변경된 파일49개의 추가작업 그리고 49개의 파일을 삭제

파일 보기

@@ -177,7 +177,7 @@ static int snd_hwdep_release(struct inode *inode, struct file * file)
return err;
}
static unsigned int snd_hwdep_poll(struct file * file, poll_table * wait)
static __poll_t snd_hwdep_poll(struct file * file, poll_table * wait)
{
struct snd_hwdep *hw = file->private_data;
if (hw->ops.poll)