smc: missing poll annotations
"Linux Kernel Mailing List" <[email protected]> Sun, 11 Feb 2018 23:11:10 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/63e2480c86bd610c1d52fdbb76dc6ebea08e518d Commit: 63e2480c86bd610c1d52fdbb76dc6ebea08e518d Parent: b2fe5fa68642860e7de76167c3111623aa0d5de1 Refname: refs/heads/master Author: Al Viro <[email protected]> AuthorDate: Thu Feb 1 10:02:53 2018 -0500 Committer: Al Viro <[email protected]> CommitDate: Thu Feb 1 10:02:53 2018 -0500 smc: missing poll annotations Signed-off-by: Al Viro <[email protected]> --- net/smc/af_smc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: 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)) -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html