Re: [PATCH V2] checkpatch: extend line continuation test

2012-11-18 Thread Jingoo Han
On Saturday, November 17, 2012 4:31 AM, Joe Perches wrote > > Preprocessor directives and asm statements should be > allowed to have a line continuation. > > Signed-off-by: Joe Perches Tested-by: Jingoo Han Best regards, Jingoo Han > --- > V2: > Make the check for preprocessor directives w

[PATCH V2] checkpatch: extend line continuation test

2012-11-16 Thread Joe Perches
Preprocessor directives and asm statements should be allowed to have a line continuation. Signed-off-by: Joe Perches --- V2: Make the check for preprocessor directives work properly # is not optional. scripts/checkpatch.pl |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --gi