CodingStyle: Add a chapter on conditional compilation
authorJosh Triplett <josh@joshtriplett.org>
Wed, 29 Oct 2014 18:15:17 +0000 (11:15 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 3 Nov 2014 16:46:02 +0000 (11:46 -0500)
Document several common practices and conventions regarding conditional
compilation, most notably the preference for ifdefs in headers rather
than .c files.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

No differences found