diff --git a/[refs] b/[refs] index 64ac80943edf..f3ab8fd15cc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 838b4dc6d8a6bd83a93077ebc6873712c65bf85e +refs/heads/master: 3806b4f3b6115ce324b7125844f9e6acc80d34ec diff --git a/trunk/net/ethernet/eth.c b/trunk/net/ethernet/eth.c index f9d7ac924f15..44d2b42fda56 100644 --- a/trunk/net/ethernet/eth.c +++ b/trunk/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.