Re: [PATCH v2] arch: use ASM_NL instead of ';' for assembler newline character in the macro

From: Chen Gang
Date: Tue Oct 29 2013 - 02:09:31 EST


On 10/29/2013 01:55 PM, Vineet Gupta wrote:
> On 10/29/2013 07:21 AM, Chen Gang wrote:
>> For some assemblers, they use another character as newline in a macro
>> (e.g. arc uses '`'), so for generic assembly code, need use ASM_NL (a
>> macro) instead of ';' for it.
>>
>> Also need notice about code styles ('\t' for each line).
>>
>>
>> Signed-off-by: Chen Gang <gang.chen@xxxxxxxxxxx>
>> ---
>> arch/arc/include/asm/linkage.h | 2 ++
>> include/linux/linkage.h | 19 ++++++++++++-------
>
> Acked-by: Vineet Gupta <vgupta@xxxxxxxxxxxx>
>


Thank you very much!


--
Chen Gang
--
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/