Re: [PATCH] checkpatch: do not check missing blank line before builtin_*_driver

2017-09-17 Thread Masahiro Yamada
Hi Joe, 2017-09-18 5:44 GMT+09:00 Joe Perches : > On Sun, 2017-09-17 at 23:59 +0900, Masahiro Yamada wrote: >> checkpatch.pl does not check missing blank line before module_*_driver. >> I want it to behave likewise for builtin_*_driver. > [] >> diff --git a/scripts/checkpatch.pl b/scripts/checkpat

Re: [PATCH] checkpatch: do not check missing blank line before builtin_*_driver

2017-09-17 Thread Joe Perches
On Sun, 2017-09-17 at 23:59 +0900, Masahiro Yamada wrote: > checkpatch.pl does not check missing blank line before module_*_driver. > I want it to behave likewise for builtin_*_driver. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index dd2c262aebbf..cec896306619 100755 > --- a/

[PATCH] checkpatch: do not check missing blank line before builtin_*_driver

2017-09-17 Thread Masahiro Yamada
checkpatch.pl does not check missing blank line before module_*_driver. I want it to behave likewise for builtin_*_driver. Signed-off-by: Masahiro Yamada --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index dd2c262aebb