[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1288342138.2560.1.camel@edumazet-laptop>
Date: Fri, 29 Oct 2010 10:48:58 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: "Tantilov, Emil S" <emil.s.tantilov@...el.com>,
David Miller <davem@...emloft.net>,
"Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>,
"Brattain, Ross B" <ross.b.brattain@...el.com>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] ixgbe: refactor ixgbe_alloc_queues()
Le vendredi 29 octobre 2010 à 01:38 -0700, Jeff Kirsher a écrit :
>
> I noticed a typo when applying the patch and I fixed it in the patch
> in my queue.
>
> The following code:
> > + while (rx)
> > + kfree(adapter->tx_ring[--rx]);
> > +
>
> should be:
> > + while (rx)
> > + kfree(adapter->rx_ring[--rx]);
> > +
>
Good catch, thanks !
--
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