* [PATCH] net/core: fix kernel-doc warnings
@ 2012-06-09 0:01 Randy Dunlap
2012-06-09 5:21 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-06-09 0:01 UTC (permalink / raw)
To: netdev, David Miller
From: Randy Dunlap <rdunlap@xenotime•net>
Fix kernel-doc warnings in net/core:
Warning(net/core/skbuff.c:3368): No description found for parameter 'delta_truesize'
Warning(net/core/filter.c:628): No description found for parameter 'pfp'
Warning(net/core/filter.c:628): Excess function parameter 'sk' description in 'sk_unattached_filter_create'
Signed-off-by: Randy Dunlap <rdunlap@xenotime•net>
---
net/core/filter.c | 4 ++--
net/core/skbuff.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--- lnx-35-rc1.orig/net/core/filter.c
+++ lnx-35-rc1/net/core/filter.c
@@ -616,9 +616,9 @@ static int __sk_prepare_filter(struct sk
/**
* sk_unattached_filter_create - create an unattached filter
* @fprog: the filter program
- * @sk: the socket to use
+ * @pfp: the unattached filter that is created
*
- * Create a filter independent ofr any socket. We first run some
+ * Create a filter independent of any socket. We first run some
* sanity checks on it to make sure it does not explode on us later.
* If an error occurs or there is insufficient memory for the filter
* a negative errno code is returned. On success the return is zero.
--- lnx-35-rc1.orig/net/core/skbuff.c
+++ lnx-35-rc1/net/core/skbuff.c
@@ -3361,7 +3361,7 @@ EXPORT_SYMBOL(kfree_skb_partial);
* @to: prior buffer
* @from: buffer to add
* @fragstolen: pointer to boolean
- *
+ * @delta_truesize: how much more was allocated than was requested
*/
bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
bool *fragstolen, int *delta_truesize)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net/core: fix kernel-doc warnings
2012-06-09 0:01 [PATCH] net/core: fix kernel-doc warnings Randy Dunlap
@ 2012-06-09 5:21 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-06-09 5:21 UTC (permalink / raw)
To: rdunlap; +Cc: netdev
From: Randy Dunlap <rdunlap@xenotime•net>
Date: Fri, 08 Jun 2012 17:01:44 -0700
> From: Randy Dunlap <rdunlap@xenotime•net>
>
> Fix kernel-doc warnings in net/core:
>
> Warning(net/core/skbuff.c:3368): No description found for parameter 'delta_truesize'
> Warning(net/core/filter.c:628): No description found for parameter 'pfp'
> Warning(net/core/filter.c:628): Excess function parameter 'sk' description in 'sk_unattached_filter_create'
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime•net>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-09 5:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 0:01 [PATCH] net/core: fix kernel-doc warnings Randy Dunlap
2012-06-09 5:21 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox