Re: [PATCH] checkpatch: Make '$min_conf_desc_length' default value to 1

2017-12-21 Thread Leo Yan
On Sat, Nov 18, 2017 at 04:48:42PM +0800, Leo Yan wrote: > Make '$min_conf_desc_length' default value from 4 to 1; so can give more > relax check for Kconfig description has at least one line rather than > four lines. > > User can still pass parameter "--min-conf-desc-length=X" to set more >

Re: [PATCH] checkpatch: Make '$min_conf_desc_length' default value to 1

2017-12-21 Thread Leo Yan
On Sat, Nov 18, 2017 at 04:48:42PM +0800, Leo Yan wrote: > Make '$min_conf_desc_length' default value from 4 to 1; so can give more > relax check for Kconfig description has at least one line rather than > four lines. > > User can still pass parameter "--min-conf-desc-length=X" to set more >

[PATCH] checkpatch: Make '$min_conf_desc_length' default value to 1

2017-11-18 Thread Leo Yan
Make '$min_conf_desc_length' default value from 4 to 1; so can give more relax check for Kconfig description has at least one line rather than four lines. User can still pass parameter "--min-conf-desc-length=X" to set more strict check. Signed-off-by: Leo Yan ---

[PATCH] checkpatch: Make '$min_conf_desc_length' default value to 1

2017-11-18 Thread Leo Yan
Make '$min_conf_desc_length' default value from 4 to 1; so can give more relax check for Kconfig description has at least one line rather than four lines. User can still pass parameter "--min-conf-desc-length=X" to set more strict check. Signed-off-by: Leo Yan --- scripts/checkpatch.pl | 2 +-