ppc: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -388,7 +388,7 @@ out:
|
||||
return error;
|
||||
}
|
||||
|
||||
static unsigned int rtas_log_poll(struct file *file, poll_table * wait)
|
||||
static __poll_t rtas_log_poll(struct file *file, poll_table * wait)
|
||||
{
|
||||
poll_wait(file, &rtas_log_wait, wait);
|
||||
if (rtas_log_size)
|
||||
|
Reference in New Issue
Block a user