mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ipc, kernel, mm: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -919,9 +919,9 @@ static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma)
|
||||
*
|
||||
* Poll implemention.
|
||||
*/
|
||||
static unsigned int relay_file_poll(struct file *filp, poll_table *wait)
|
||||
static __poll_t relay_file_poll(struct file *filp, poll_table *wait)
|
||||
{
|
||||
unsigned int mask = 0;
|
||||
__poll_t mask = 0;
|
||||
struct rchan_buf *buf = filp->private_data;
|
||||
|
||||
if (buf->finalized)
|
||||
|
Reference in New Issue
Block a user