* [PATCH] kernel-doc fix for sock.h
@ 2006-10-05 16:34 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-10-05 16:34 UTC (permalink / raw)
To: netdev; +Cc: davem
From: Randy Dunlap <rdunlap@xenotime.net>
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>
---
include/net/sock.h | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
--- linux-2619-rc1-pv.orig/include/net/sock.h
+++ linux-2619-rc1-pv/include/net/sock.h
@@ -884,8 +884,7 @@ static inline int sk_filter(struct sock
/**
* 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.
*/
---
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-05 16:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 16:34 [PATCH] kernel-doc fix for sock.h Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).