]> Git Repo - linux.git/commitdiff
net: sock.h: fix skb_steal_sock() kernel-doc
authorLothar Rubusch <[email protected]>
Tue, 7 Apr 2020 22:55:25 +0000 (22:55 +0000)
committerDavid S. Miller <[email protected]>
Wed, 8 Apr 2020 01:09:30 +0000 (18:09 -0700)
Fix warnings related to kernel-doc notation, and wording in
function description.

Signed-off-by: Lothar Rubusch <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sock.h

index 6d84784d33fa007d91836dc9c51532a23048cf08..3e8c6d4b4b59ff00a0cb8fbcbb256f55b5ac895a 100644 (file)
@@ -2553,9 +2553,9 @@ sk_is_refcounted(struct sock *sk)
 }
 
 /**
- * skb_steal_sock
- * @skb to steal the socket from
- * @refcounted is set to true if the socket is reference-counted
+ * skb_steal_sock - steal a socket from an sk_buff
+ * @skb: sk_buff to steal the socket from
+ * @refcounted: is set to true if the socket is reference-counted
  */
 static inline struct sock *
 skb_steal_sock(struct sk_buff *skb, bool *refcounted)
This page took 0.058234 seconds and 4 git commands to generate.