Skip to content

Commit 63e2480

Browse files
author
Al Viro
committed
smc: missing poll annotations
Signed-off-by: Al Viro <[email protected]>
1 parent b2fe5fa commit 63e2480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/smc/af_smc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ static int smc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
11411141
static __poll_t smc_accept_poll(struct sock *parent)
11421142
{
11431143
struct smc_sock *isk = smc_sk(parent);
1144-
int mask = 0;
1144+
__poll_t mask = 0;
11451145

11461146
spin_lock(&isk->accept_q_lock);
11471147
if (!list_empty(&isk->accept_q))

0 commit comments

Comments
 (0)