Commit 3806b4f3b6115ce324b7125844f9e6acc80d34ec

Authored by Randy Dunlap
Committed by David S. Miller
1 parent 838b4dc6d8

eth: fix new kernel-doc warning

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -351,7 +351,7 @@
351 351 * @sizeof_priv: Size of additional driver-private structure to be allocated
352 352 * for this Ethernet device
353 353 * @txqs: The number of TX queues this device has.
354   - * @txqs: The number of RX queues this device has.
  354 + * @rxqs: The number of RX queues this device has.
355 355 *
356 356 * Fill in the fields of the device structure with Ethernet-generic
357 357 * values. Basically does everything except registering the device.