Re: [PATCH/RFC] CodingStyle updates

From: Randy Dunlap
Date: Thu Dec 07 2006 - 16:37:16 EST


Jan Engelhardt wrote:
What keyword is "defined"? Did you have too much Perl coffee? :)
Maybe macro formatting?

#if defined(CONFIG_FOO)

Yes, that's it.

Ah thanks for the hint. This also raises another stylistic aspect:

#ifdef XYZ over #if defined(XYZ) when there is only one macro to be tested for.

I'm not sure that we care enough to put it into CodingStyle.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/