Re: [PATCH/RFC] CodingStyle updates

From: Jan Engelhardt
Date: Thu Dec 07 2006 - 13:30:58 EST



>> What keyword is "defined"? Did you have too much Perl coffee? :)
>
> Maybe macro formatting?
>
> #if defined(CONFIG_FOO)

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.


-`J'
--
-
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/