Bruce Korb wrote: > > Attached are unified diffs of the results. > Based on the 2.0.35 kernel. > > Summary: OS and machine names need to be surrounded with "__" > and "#endif" directives ought not have labels.
#endif lines can have labels after then (they are ignored by the
preprocessor). This is very useful to document where these blocks of
conditional code end, especially if they are pages long and there are
many nested #if's. Leave them in.
--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/