[PATCH] CRISv10 memset library add lineendings to asm

2007-11-14 Thread Jesper Nilsson
Add \n\ at end of lines inside asm statement to avoid warning. No change except adding \n\ to end of line and correcting whitespace has been done. Removes warning about multi-line string literals when compiling arch/cris/arch-v10/lib/memset.c Signed-off-by: Jesper Nilsson <[EMAIL PROTECTED]>

[PATCH] CRISv10 memset library add lineendings to asm

2007-11-14 Thread Jesper Nilsson
Add \n\ at end of lines inside asm statement to avoid warning. No change except adding \n\ to end of line and correcting whitespace has been done. Removes warning about multi-line string literals when compiling arch/cris/arch-v10/lib/memset.c Signed-off-by: Jesper Nilsson [EMAIL PROTECTED] ---