* [PATCH 6/6] net: fix kernel-doc warning in core/filter.c
@ 2011-01-09 3:41 Randy Dunlap
2011-01-10 0:27 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-01-09 3:41 UTC (permalink / raw)
To: netdev; +Cc: Linus, davem
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix new kernel-doc notation warning in net/core/filter.c:
Warning(net/core/filter.c:172): No description found for parameter 'fentry'
Warning(net/core/filter.c:172): Excess function parameter 'filter' description in 'sk_run_filter'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
net/core/filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx0107.orig/net/core/filter.c
+++ lnx0107/net/core/filter.c
@@ -158,7 +158,7 @@ EXPORT_SYMBOL(sk_filter);
/**
* sk_run_filter - run a filter on a socket
* @skb: buffer to run the filter on
- * @filter: filter to apply
+ * @fentry: filter to apply
*
* Decode and apply filter instructions to the skb->data.
* Return length to keep, 0 for none. @skb is the data we are
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 6/6] net: fix kernel-doc warning in core/filter.c
2011-01-09 3:41 [PATCH 6/6] net: fix kernel-doc warning in core/filter.c Randy Dunlap
@ 2011-01-10 0:27 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-01-10 0:27 UTC (permalink / raw)
To: randy.dunlap; +Cc: netdev, torvalds
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Sat, 8 Jan 2011 19:41:42 -0800
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix new kernel-doc notation warning in net/core/filter.c:
>
> Warning(net/core/filter.c:172): No description found for parameter 'fentry'
> Warning(net/core/filter.c:172): Excess function parameter 'filter' description in 'sk_run_filter'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-10 0:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-09 3:41 [PATCH 6/6] net: fix kernel-doc warning in core/filter.c Randy Dunlap
2011-01-10 0:27 ` David Miller
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).