[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120208.183314.265645315647132912.davem@davemloft.net>
Date: Wed, 08 Feb 2012 18:33:14 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: jeffrey.t.kirsher@...el.com
Cc: gregory.v.rose@...el.com, netdev@...r.kernel.org, gospo@...hat.com,
sassmann@...hat.com, stable@...r.kernel.org
Subject: Re: [net 3/8] ixgbe: fix vf lookup
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Date: Wed, 8 Feb 2012 01:36:33 -0800
> - if (pvfdev->devfn == vf_devfn)
> + if (pvfdev->devfn == vf_devfn &&
> + (pvfdev->bus->number >= pdev->bus->number))
Come on.... do you look at these patches at all?
I don't think you did, because this kind of code formatting stuff
sticks out like a sore thumb.
--
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