> -----Original Message----- > From: David Miller [mailto:[email protected]] > Sent: Wednesday, February 08, 2012 3:33 PM > To: Kirsher, Jeffrey T > Cc: Rose, Gregory V; [email protected]; [email protected]; > [email protected]; [email protected] > Subject: Re: [net 3/8] ixgbe: fix vf lookup > > From: Jeff Kirsher <[email protected]> > 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.
I'll fix it. - Greg -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
