Re: [PATCH] kconfig: Warn if help text is blank

2018-01-31 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 9:31 PM, Paul Bolle wrote: > On Tue, 2018-01-30 at 20:33 +0100, Ulf Magnusson wrote: >> I agree that this shouldn't go in until/unless a significant portion >> of those empty help texts get removed first. > > Not a significant portion, but all, I'd say. > >> The patchset th

Re: [PATCH] kconfig: Warn if help text is blank

2018-01-30 Thread Paul Bolle
On Tue, 2018-01-30 at 20:33 +0100, Ulf Magnusson wrote: > I agree that this shouldn't go in until/unless a significant portion > of those empty help texts get removed first. Not a significant portion, but all, I'd say. > The patchset that removes the empty help texts is at > https://lkml.org/lkml

Re: [PATCH] kconfig: Warn if help text is blank

2018-01-30 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 7:34 PM, Paul Bolle wrote: > On Tue, 2018-01-30 at 19:18 +0100, Ulf Magnusson wrote: >> Print a warning if a 'help' token is given but the help text is blank. >> Personal pet peeve. >> >> Example warnings: >> >> net/sched/Kconfig:860: warning: 'NET_IFE_SKBMARK' define

Re: [PATCH] kconfig: Warn if help text is blank

2018-01-30 Thread Paul Bolle
On Tue, 2018-01-30 at 19:18 +0100, Ulf Magnusson wrote: > Print a warning if a 'help' token is given but the help text is blank. > Personal pet peeve. > > Example warnings: > > net/sched/Kconfig:860: warning: 'NET_IFE_SKBMARK' defined with blank > help text > net/sched/Kconfig:865: w

[PATCH] kconfig: Warn if help text is blank

2018-01-30 Thread Ulf Magnusson
Print a warning if a 'help' token is given but the help text is blank. Personal pet peeve. Example warnings: net/sched/Kconfig:860: warning: 'NET_IFE_SKBMARK' defined with blank help text net/sched/Kconfig:865: warning: 'NET_IFE_SKBPRIO' defined with blank help text net/