diff mbox

[next,2/2] ixgbe: function comment typo

Message ID 49368249.1020608@cn.fujitsu.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Wang Chen Dec. 3, 2008, 12:57 p.m. UTC
Seems the ixgbe's code was copied from e1000.
The comment talks about something not exist.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
---
 drivers/net/ixgbe/ixgbe_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Comments

Kirsher, Jeffrey T Dec. 3, 2008, 10:42 p.m. UTC | #1
>-----Original Message-----
>From: Wang Chen [mailto:wangchen@cn.fujitsu.com]
>Sent: Wednesday, December 03, 2008 4:58 AM
>To: David Miller
>Cc: Kirsher, Jeffrey T; netdev@vger.kernel.org
>Subject: [PATCH next 2/2]ixgbe: function comment typo
>
>Seems the ixgbe's code was copied from e1000.
>The comment talks about something not exist.
>
>Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
>---
> drivers/net/ixgbe/ixgbe_main.c |    3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

Cheers,
Jeff
David Miller Dec. 4, 2008, 6:06 a.m. UTC | #2
From: "Kirsher, Jeffrey T" <jeffrey.t.kirsher@intel.com>
Date: Wed, 3 Dec 2008 14:42:51 -0800

> >-----Original Message-----
> >From: Wang Chen [mailto:wangchen@cn.fujitsu.com]
> >Sent: Wednesday, December 03, 2008 4:58 AM
> >To: David Miller
> >Cc: Kirsher, Jeffrey T; netdev@vger.kernel.org
> >Subject: [PATCH next 2/2]ixgbe: function comment typo
> >
> >Seems the ixgbe's code was copied from e1000.
> >The comment talks about something not exist.
> >
> >Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
> >---
> > drivers/net/ixgbe/ixgbe_main.c |    3 +--
> > 1 files changed, 1 insertions(+), 2 deletions(-)
> 
> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

Applied, thanks everyone.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index e014a73..a7aa892 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -2521,8 +2521,7 @@  static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter)
  * @adapter: board private structure to initialize
  *
  * We allocate one ring per queue at run-time since we don't know the
- * number of queues at compile-time.  The polling_netdev array is
- * intended for Multiqueue, but should work fine with a single queue.
+ * number of queues at compile-time.
  **/
 static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter)
 {