mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -247,7 +247,7 @@ EXPORT_SYMBOL(rpmsg_trysendto);
|
||||
*
|
||||
* Returns mask representing the current state of the endpoint's send buffers
|
||||
*/
|
||||
unsigned int rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
|
||||
__poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
|
||||
poll_table *wait)
|
||||
{
|
||||
if (WARN_ON(!ept))
|
||||
|
||||
Reference in New Issue
Block a user