Commit 045065f0 authored by Lothar Rubusch's avatar Lothar Rubusch Committed by David S. Miller
Browse files

net: sock.h: fix skb_steal_sock() kernel-doc



Fix warnings related to kernel-doc notation, and wording in
function description.

Signed-off-by: default avatarLothar Rubusch <l.rubusch@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c2c11289
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)