* [PATCH] eth: fix new kernel-doc warning
@ 2011-01-13 0:50 Randy Dunlap
2011-01-13 3:00 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-01-13 0:50 UTC (permalink / raw)
To: netdev; +Cc: davem
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix new kernel-doc warning (copy-paste typo):
Warning(net/ethernet/eth.c:366): No description found for parameter 'rxqs'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
net/ethernet/eth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.37-git9.orig/net/ethernet/eth.c
+++ linux-2.6.37-git9/net/ethernet/eth.c
@@ -351,7 +351,7 @@ EXPORT_SYMBOL(ether_setup);
* @sizeof_priv: Size of additional driver-private structure to be allocated
* for this Ethernet device
* @txqs: The number of TX queues this device has.
- * @txqs: The number of RX queues this device has.
+ * @rxqs: The number of RX queues this device has.
*
* Fill in the fields of the device structure with Ethernet-generic
* values. Basically does everything except registering the device.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] eth: fix new kernel-doc warning
2011-01-13 0:50 [PATCH] eth: fix new kernel-doc warning Randy Dunlap
@ 2011-01-13 3:00 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-01-13 3:00 UTC (permalink / raw)
To: randy.dunlap; +Cc: netdev
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Wed, 12 Jan 2011 16:50:51 -0800
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix new kernel-doc warning (copy-paste typo):
>
> Warning(net/ethernet/eth.c:366): No description found for parameter 'rxqs'
>
> 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-13 3:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 0:50 [PATCH] eth: fix new kernel-doc warning Randy Dunlap
2011-01-13 3:00 ` 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).