Commit 4e7f7951 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

net: Update kernel-doc for netif_set_real_num_rx_queues()



Synchronise the comment with the preceding implementation change.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b25ebfd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1576,8 +1576,8 @@ EXPORT_SYMBOL(netif_set_real_num_tx_queues);
 *
 *	This must be called either with the rtnl_lock held or before
 *	registration of the net device.  Returns 0 on success, or a
 *	negative error code.  If called before registration, it also
 *	sets the maximum number of queues, and always succeeds.
 *	negative error code.  If called before registration, it always
 *	succeeds.
 */
int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
{