On Thu, Aug 23, 2012 at 04:09:30PM +0000, Vick, Matthew wrote:
quoted
-----Original Message-----
From: Richard Cochran [mailto:richardcochran@gmail.com]
Sent: Thursday, August 23, 2012 4:04 AM
To: Kirsher, Jeffrey T
Cc: davem@davemloft.net; Vick, Matthew; netdev@vger.kernel.org;
gospo@redhat.com; sassmann@redhat.com
Subject: Re: [net-next 10/13] igb: Tidy up wrapping for CONFIG_IGB_PTP.
On Thu, Aug 23, 2012 at 02:56:50AM -0700, Jeff Kirsher wrote:
quoted
From: Matthew Vick <redacted>
For users without CONFIG_IGB_PTP=y, we should not be compiling any
PTP
quoted
code into the driver. Tidy up the wrapping in igb to support this.
Actually, you are doing more than that. You are adding a bunch of
comments onto the already existing #endifs.
Fair enough. Would you like me to update the patch description?
Better would be to drop of the pendantic #endif /*CONFIG_FOO*/ stuff.
It is just churn.
Thanks,
Richard