All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 1/3] mptcp: fix "fn parameter not described" warning
@ 2020-03-24 16:57 Matthieu Baerts
  0 siblings, 0 replies; only message in thread
From: Matthieu Baerts @ 2020-03-24 16:57 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

Obtained with:

  $ make W=1 net/mptcp/token.o
  net/mptcp/token.c:153: warning: Function parameter or member 'token' not described in 'mptcp_token_get_sock'

Signed-off-by: Matthieu Baerts <matthieu.baerts(a)tessares.net>
---

Notes:
    to be squashed in "mptcp: Add handling of incoming MP_JOIN requests"

 net/mptcp/token.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mptcp/token.c b/net/mptcp/token.c
index d0e0585fb2ff..129a5ad1bc35 100644
--- a/net/mptcp/token.c
+++ b/net/mptcp/token.c
@@ -142,7 +142,7 @@ int mptcp_token_new_accept(u32 token, struct sock *conn)
 
 /**
  * mptcp_token_get_sock - retrieve mptcp connection sock using its token
- * @token - token of the mptcp connection to retrieve
+ * @token: token of the mptcp connection to retrieve
  *
  * This function returns the mptcp connection structure with the given token.
  * A reference count on the mptcp socket returned is taken.
-- 
2.25.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-24 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 16:57 [MPTCP] [PATCH 1/3] mptcp: fix "fn parameter not described" warning Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.