[PATCH 1/7] Implement arch disable/enable irq hooks.

Segher Boessenkool segher at kernel.crashing.org
Thu May 1 07:01:47 EST 2008


>> 3. The style in all the assembly code is not to have spaces after
>> commas separating instruction operands.
>
> I'll do that if that's what is prefered, but how did that come about as
> the style used?  It's different from what we do in C,

But this isn't C code, it's assembler code.  PowerPC assembler code
(and most other assembler code) doesn't use spaces here usually.

> and adding the
> space helps readability in asm as well...

Many people disagree ;-)

Anyway, it's better to keep a consistent style, whatever that style
is, don't you agree?


Segher




More information about the Linuxppc-dev mailing list