aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index d24f382cb712..d2a71b04a5ae 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1412,7 +1412,7 @@ static inline int sk_has_allocations(const struct sock *sk)
1412 1412
1413/** 1413/**
1414 * wq_has_sleeper - check if there are any waiting processes 1414 * wq_has_sleeper - check if there are any waiting processes
1415 * @sk: struct socket_wq 1415 * @wq: struct socket_wq
1416 * 1416 *
1417 * Returns true if socket_wq has waiting processes 1417 * Returns true if socket_wq has waiting processes
1418 * 1418 *