public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Remove blank help texts from Kconfig files and add warning
@ 2018-01-31  9:34 Ulf Magnusson
  2018-01-31  9:34 ` [PATCH 01/11] net/sched: kconfig: Remove blank help texts Ulf Magnusson
                   ` (11 more replies)
  0 siblings, 12 replies; 30+ messages in thread
From: Ulf Magnusson @ 2018-01-31  9:34 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-kernel, yamada.masahiro, mcgrof, rdunlap, dan.carpenter,
	pebolle, Ulf Magnusson

This patchset first removes all blank help texts from Kconfig files for all
arches, and then makes Kconfig print a warning for blank help texts.

All patches can be applied independently, but to avoid warning spam, the blank
help texts ought to be removed before the warning is added.

Ulf Magnusson (11):
  net/sched: kconfig: Remove blank help texts
  video: fbdev: kconfig: Remove blank help text
  mmc: kconfig: Remove blank help text
  Staging: rtl8192u: kconfig: Remove blank help text
  Staging: rtl8192e: kconfig: Remove blank help text
  lib/Kconfig.debug: Remove blank help text
  MIPS: BCM63XX: kconfig: Remove blank help text
  MIPS: kconfig: Remove blank help text
  arm: vt8500: kconfig: Remove blank help text
  nios2: kconfig: Remove blank help text
  kconfig: Warn if help text is blank

 arch/arm/mach-vt8500/Kconfig              | 1 -
 arch/mips/Kconfig                         | 1 -
 arch/mips/bcm63xx/boards/Kconfig          | 1 -
 arch/nios2/Kconfig                        | 1 -
 drivers/mmc/host/Kconfig                  | 1 -
 drivers/staging/rtl8192e/rtl8192e/Kconfig | 1 -
 drivers/staging/rtl8192u/Kconfig          | 1 -
 drivers/video/fbdev/Kconfig               | 1 -
 lib/Kconfig.debug                         | 1 -
 net/sched/Kconfig                         | 3 ---
 scripts/kconfig/zconf.y                   | 6 ++++++
 11 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2018-03-12 15:09 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31  9:34 [PATCH 00/11] Remove blank help texts from Kconfig files and add warning Ulf Magnusson
2018-01-31  9:34 ` [PATCH 01/11] net/sched: kconfig: Remove blank help texts Ulf Magnusson
2018-01-31  9:34 ` [PATCH 02/11] video: fbdev: kconfig: Remove blank help text Ulf Magnusson
2018-02-01 15:52   ` Bartlomiej Zolnierkiewicz
2018-02-01 16:56     ` Ulf Magnusson
2018-02-01 17:07       ` Masahiro Yamada
2018-02-13 12:31       ` Bartlomiej Zolnierkiewicz
2018-02-13 14:02         ` [PATCH] video: fbdev: kconfig: Add help text to FB_I810_I2C Ulf Magnusson
2018-03-12 15:08           ` Bartlomiej Zolnierkiewicz
2018-01-31  9:34 ` [PATCH 03/11] mmc: kconfig: Remove blank help text Ulf Magnusson
2018-02-01 17:09   ` Masahiro Yamada
2018-02-14 10:11     ` Ulf Hansson
2018-01-31  9:34 ` [PATCH 04/11] Staging: rtl8192u: " Ulf Magnusson
2018-02-01 17:09   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 05/11] Staging: rtl8192e: " Ulf Magnusson
2018-02-01 17:09   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 06/11] lib/Kconfig.debug: " Ulf Magnusson
2018-02-01 17:10   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 07/11] MIPS: BCM63XX: kconfig: " Ulf Magnusson
2018-01-31  9:34 ` [PATCH 08/11] MIPS: " Ulf Magnusson
2018-02-01 17:11   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 09/11] arm: vt8500: " Ulf Magnusson
2018-02-01 17:11   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 10/11] nios2: " Ulf Magnusson
2018-02-01 17:11   ` Masahiro Yamada
2018-02-02  9:28   ` Ley Foon Tan
2018-01-31  9:34 ` [PATCH 11/11] kconfig: Warn if help text is blank Ulf Magnusson
2018-01-31 15:27 ` [PATCH 00/11] Remove blank help texts from Kconfig files and add warning Masahiro Yamada
2018-01-31 20:46   ` Randy Dunlap
2018-02-01 17:07     ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox