Re: [PATCH] Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"

2021-01-27 Thread Masahiro Yamada
On Wed, Jan 27, 2021 at 12:02 PM Joe Perches wrote: > > On Wed, 2021-01-27 at 04:15 +0900, Masahiro Yamada wrote: > > This reverts commit 327953e9af6c59ad111b28359e59e3ec0cbd71b6. > > > > You cannot use 'boolean' since commit b92d804a5179 ("kconfig: drop > > 'boolean' keyword"). > > > > This check

[PATCH] Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"

2021-01-26 Thread Masahiro Yamada
This reverts commit 327953e9af6c59ad111b28359e59e3ec0cbd71b6. You cannot use 'boolean' since commit b92d804a5179 ("kconfig: drop 'boolean' keyword"). This check is no longer needed. Signed-off-by: Masahiro Yamada --- scripts/checkpatch.pl | 7 --- 1 file changed, 7 deletions(-) diff --gi

Re: [PATCH] Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"

2021-01-26 Thread Joe Perches
On Wed, 2021-01-27 at 04:15 +0900, Masahiro Yamada wrote: > This reverts commit 327953e9af6c59ad111b28359e59e3ec0cbd71b6. > > You cannot use 'boolean' since commit b92d804a5179 ("kconfig: drop > 'boolean' keyword"). > > This check is no longer needed. Thanks. > Signed-off-by: Masahiro Yamada