1
0
Fork 0

smc: missing poll annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
hifive-unleashed-5.1
Al Viro 2018-02-01 10:02:53 -05:00
parent b2fe5fa686
commit 63e2480c86
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ out:
static __poll_t smc_accept_poll(struct sock *parent)
{
struct smc_sock *isk = smc_sk(parent);
int mask = 0;
__poll_t mask = 0;
spin_lock(&isk->accept_q_lock);
if (!list_empty(&isk->accept_q))