git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
smc: missing poll annotations
[muen/linux.git]
/
net
/
smc
/
af_smc.c
diff --git
a/net/smc/af_smc.c
b/net/smc/af_smc.c
index 3583c8ab1baee60ef73830e7219252cce8f062fc..ba4b84debc5a03dff26299070fed7bd26439a022 100644
(file)
--- 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);
static __poll_t smc_accept_poll(struct sock *parent)
{
struct smc_sock *isk = smc_sk(parent);
-
in
t mask = 0;
+
__poll_
t mask = 0;
spin_lock(&isk->accept_q_lock);
if (!list_empty(&isk->accept_q))
spin_lock(&isk->accept_q_lock);
if (!list_empty(&isk->accept_q))