diff options
| author | Ben Hutchings <bhutchings@solarflare.com> | 2010-10-08 13:33:39 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2010-10-08 13:33:39 -0400 |
| commit | 4e7f79511e7332ae4056eda9156a0299511ea41e (patch) | |
| tree | 2532c968f31b8610a208d707e4d87135ebe1893a /net/core/dev.c | |
| parent | b25ebfd21b03b3b59c1c7a7e0c597fd28286bb10 (diff) | |
net: Update kernel-doc for netif_set_real_num_rx_queues()
Synchronise the comment with the preceding implementation change.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
| -rw-r--r-- | net/core/dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index fd1b75a47e88..4962c8afd606 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
| @@ -1576,8 +1576,8 @@ EXPORT_SYMBOL(netif_set_real_num_tx_queues); | |||
| 1576 | * | 1576 | * |
| 1577 | * This must be called either with the rtnl_lock held or before | 1577 | * This must be called either with the rtnl_lock held or before |
| 1578 | * registration of the net device. Returns 0 on success, or a | 1578 | * registration of the net device. Returns 0 on success, or a |
| 1579 | * negative error code. If called before registration, it also | 1579 | * negative error code. If called before registration, it always |
| 1580 | * sets the maximum number of queues, and always succeeds. | 1580 | * succeeds. |
| 1581 | */ | 1581 | */ |
| 1582 | int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq) | 1582 | int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq) |
| 1583 | { | 1583 | { |
