public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Remove empty help texts from Kconfig files
@ 2018-01-30 19:22 Ulf Magnusson
  2018-01-30 19:22 ` [PATCH v2 01/10] net/sched: kconfig: Remove empty help texts Ulf Magnusson
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Ulf Magnusson @ 2018-01-30 19:22 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel, yamada.masahiro, mcgrof, Ulf Magnusson

Empty help texts are probably either a typo, a Kconfig misunderstanding, or
some kind of half-committing to adding a help text (in which case a TODO
comment would be clearer, if the help text really can't be added right away).
Best to flag them, IMO.

Changes since v1:

Forgot to send the cover letter to linux-kbuild.

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

 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 ---
 10 files changed, 12 deletions(-)

-- 
2.14.1


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

end of thread, other threads:[~2018-01-31  9:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-30 19:22 [PATCH v2 00/10] Remove empty help texts from Kconfig files Ulf Magnusson
2018-01-30 19:22 ` [PATCH v2 01/10] net/sched: kconfig: Remove empty help texts Ulf Magnusson
2018-01-30 19:22 ` [PATCH v2 02/10] video: fbdev: kconfig: Remove empty help text Ulf Magnusson
2018-01-30 19:22 ` [PATCH v2 03/10] mmc: " Ulf Magnusson
2018-01-30 19:22 ` [PATCH v2 04/10] Staging: rtl8192u: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 05/10] Staging: rtl8192e: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 06/10] lib/Kconfig.debug: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 07/10] MIPS: BCM63XX: kconfig: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 08/10] MIPS: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 09/10] arm: vt8500: " Ulf Magnusson
2018-01-30 19:23 ` [PATCH v2 10/10] nios2: " Ulf Magnusson
2018-01-30 21:00 ` [PATCH v2 00/10] Remove empty help texts from Kconfig files Randy Dunlap
2018-01-31  9:46   ` Ulf Magnusson

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