Re: [PATCH] checkpatch: extend line continuation test

2012-11-15 Thread Joe Perches
On Fri, 2012-11-16 at 08:02 +0100, Geert Uytterhoeven wrote: > On Fri, Nov 16, 2012 at 7:21 AM, Joe Perches wrote: > > Preprocessor directives and asm statements should be > > allowed to have a line continuation. > > For preprocessor directives I agree. > > But why do asm statements need it? The

Re: [PATCH] checkpatch: extend line continuation test

2012-11-15 Thread Geert Uytterhoeven
On Fri, Nov 16, 2012 at 7:21 AM, Joe Perches wrote: > Preprocessor directives and asm statements should be > allowed to have a line continuation. For preprocessor directives I agree. But why do asm statements need it? They'r just strings, so just closing with a double quote at the end of the fir

Re: [PATCH] checkpatch: extend line continuation test

2012-11-15 Thread Jingoo Han
On Friday, November 16, 2012 3:21 PM, Joe Perches wrote > > Preprocessor directives and asm statements should be > allowed to have a line continuation. > > Signed-off-by: Joe Perches Hi Joe Perches, It works properly. :) Tested-by: Jingoo Han Best regards, Jingoo Han > --- > scripts/chec