提交 4e7f7951 编写于 作者: B Ben Hutchings 提交者: David S. Miller

net: Update kernel-doc for netif_set_real_num_rx_queues()

Synchronise the comment with the preceding implementation change.
Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b25ebfd2
...@@ -1576,8 +1576,8 @@ EXPORT_SYMBOL(netif_set_real_num_tx_queues); ...@@ -1576,8 +1576,8 @@ EXPORT_SYMBOL(netif_set_real_num_tx_queues);
* *
* This must be called either with the rtnl_lock held or before * This must be called either with the rtnl_lock held or before
* registration of the net device. Returns 0 on success, or a * registration of the net device. Returns 0 on success, or a
* negative error code. If called before registration, it also * negative error code. If called before registration, it always
* sets the maximum number of queues, and always succeeds. * succeeds.
*/ */
int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq) int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册