Re: [PATCH] drivers: staging: erofs: Fix styling issues

2018-12-11 Thread Dan Carpenter
Remove the "drivers: " from the patch prefix. You're not working from the latest code. Write your patches on top of staging-next or linux-next. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproj

Re: [PATCH] drivers: staging: erofs: Fix styling issues

2018-12-11 Thread Gao Xiang
Hi Aaron, On 2018/12/11 17:06, Aaron Strahlberger wrote: > Fixed following checkpatch.pl styling issues: > > - 17x CHECK: Alignment should match open parenthesis > - 7x CHECK: Comparison to NULL could be written ... > - 1x CHECK: Lines should not end with a '(' > - 1x CHECK: Please use a blank

[PATCH] drivers: staging: erofs: Fix styling issues

2018-12-11 Thread Aaron Strahlberger
Fixed following checkpatch.pl styling issues: - 17x CHECK: Alignment should match open parenthesis - 7x CHECK: Comparison to NULL could be written ... - 1x CHECK: Lines should not end with a '(' - 1x CHECK: Please use a blank line after ... Signed-off-by: Aaron Strahlberger Signed-off-by: Jul