[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <498B226A.2020900@goop.org>
Date: Thu, 05 Feb 2009 09:31:22 -0800
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Tejun Heo <htejun@...il.com>
CC: Ingo Molnar <mingo@...e.hu>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Brian Gerst <brgerst@...il.com>,
Xen-devel <xen-devel@...ts.xensource.com>, x86@...nel.org,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH] x86: style fascism for xen assemblies
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists