]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
eth: fix new kernel-doc warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 12 Jan 2011 14:50:51 +0000 (14:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Jan 2011 03:00:40 +0000 (19:00 -0800)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethernet/eth.c

index f9d7ac924f159db5d4ffb26f394021923bdf7065..44d2b42fda5616017c14f1db3caf23dd3a39935c 100644 (file)
@@ -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.