[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1286456891.2271.1.camel@achroite.uk.solarflarecom.com>
Date: Thu, 07 Oct 2010 14:08:11 +0100
From: Ben Hutchings <bhutchings@...arflare.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, john.r.fastabend@...el.com,
therbert@...gle.com, Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next-2.6] 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@...arflare.com>
---
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 f78d996..599a1fa 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1575,8 +1575,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)
{
--
1.7.2.1
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists