On Fri, 11 Feb 2005, Chuck Ebbert wrote: > > And in any case is it too much to ask for an 80-column limit? ;)
Yes. Dammit, especially for something like this, the long-line version is just _so_ much more readable. Compare my and your version wrt being able to tell what the differences between the four different cases are. In the single-long-line version, the differences are trivially visible. In the "prettified" version (aka "I'm still living in the 60's, and proud of it" version), it's impossible to pick out the differences. If you don't like long lines, use a helper #define for the common part or something. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/