Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a43487f authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

[NET]: kernel-doc fix for sock.h



Fix kernel-doc warning in include/net/sock.h:
Warning(/var/linsrc/linux-2619-rc1-pv//include/net/sock.h:894): No description found for parameter 'rcu'

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 185b1aa1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -884,8 +884,7 @@ static inline int sk_filter(struct sock *sk, struct sk_buff *skb)

/**
 *	sk_filter_release: Release a socket filter
 *	@sk: socket
 *	@fp: filter to remove
 *	@rcu: rcu_head that contains the sk_filter info to remove
 *
 *	Remove a filter from a socket and release its resources.
 */