Re: [PATCH] x86: style fascism for xen assemblies
From: Jeremy Fitzhardinge
Date: Thu Feb 05 2009 - 12:31:55 EST
Tejun Heo wrote:
Impact: style cleanup
Make the following sytle cleanups.
* drop unnecessary //#include from xen-asm_32.S
Fine.
* compulsive adding of space after comma
Fine.
* reformat multiline comments
I don't really like what you've done here. There are two problems:
* If you're going to convert comments of the form
/* This is a small comment which
happens to be longer than a line. */
then you should convert it to full winged-style, rather than just
sticking '*' on the front of the second line.
* All the big block comments look crowded and cramped now, which
makes them harder to read and maintain. All those '*'s are just
visual noise. (They make a bit more sense in C code to distinguish
comment from code, but asm code looks so different from comment
that they're not necessary here.)
But Ingo's already pulled it, so I guess I'm stuck with it.
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/