Skip to content

Commit

Permalink
[NET]: kernel-doc fix for sock.h
Browse files Browse the repository at this point in the history
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: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Oct 23, 2006
1 parent 185b1aa commit 6a43487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 6a43487

Please sign in to comment.