diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-01 10:02:53 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-01 10:02:53 -0500 |
commit | 63e2480c86bd610c1d52fdbb76dc6ebea08e518d (patch) | |
tree | 0305f834e370f6c5bc11bb97880b92688df66bea /net | |
parent | b2fe5fa68642860e7de76167c3111623aa0d5de1 (diff) |
smc: missing poll annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/smc/af_smc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smc/af_smc.c b/net/smc/af_smc.c index 3583c8ab1bae..ba4b84debc5a 100644 --- a/net/smc/af_smc.c +++ b/net/smc/af_smc.c | |||
@@ -1141,7 +1141,7 @@ out: | |||
1141 | static __poll_t smc_accept_poll(struct sock *parent) | 1141 | static __poll_t smc_accept_poll(struct sock *parent) |
1142 | { | 1142 | { |
1143 | struct smc_sock *isk = smc_sk(parent); | 1143 | struct smc_sock *isk = smc_sk(parent); |
1144 | int mask = 0; | 1144 | __poll_t mask = 0; |
1145 | 1145 | ||
1146 | spin_lock(&isk->accept_q_lock); | 1146 | spin_lock(&isk->accept_q_lock); |
1147 | if (!list_empty(&isk->accept_q)) | 1147 | if (!list_empty(&isk->accept_q)) |