All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Magnusson <ulfalizer@gmail.com>
To: linux-kbuild@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, yamada.masahiro@socionext.com,
	mcgrof@kernel.org, rdunlap@infradead.org,
	dan.carpenter@oracle.com, pebolle@tiscali.nl,
	Ulf Magnusson <ulfalizer@gmail.com>,
	Tony Prisk <linux@prisktech.co.nz>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/11] arm: vt8500: kconfig: Remove blank help text
Date: Wed, 31 Jan 2018 10:34:28 +0100	[thread overview]
Message-ID: <20180131093434.20050-10-ulfalizer@gmail.com> (raw)
In-Reply-To: <20180131093434.20050-1-ulfalizer@gmail.com>

Blank 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 remove them, IMO.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
 arch/arm/mach-vt8500/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig
index 1156a585dafc..8841199058ea 100644
--- a/arch/arm/mach-vt8500/Kconfig
+++ b/arch/arm/mach-vt8500/Kconfig
@@ -13,7 +13,6 @@ config ARCH_WM8505
  	depends on ARCH_MULTI_V5
  	select ARCH_VT8500
  	select CPU_ARM926T
- 	help
 
 config ARCH_WM8750
 	bool "WonderMedia WM8750"
-- 
2.14.1

WARNING: multiple messages have this Message-ID (diff)
From: ulfalizer@gmail.com (Ulf Magnusson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/11] arm: vt8500: kconfig: Remove blank help text
Date: Wed, 31 Jan 2018 10:34:28 +0100	[thread overview]
Message-ID: <20180131093434.20050-10-ulfalizer@gmail.com> (raw)
In-Reply-To: <20180131093434.20050-1-ulfalizer@gmail.com>

Blank 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 remove them, IMO.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
 arch/arm/mach-vt8500/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig
index 1156a585dafc..8841199058ea 100644
--- a/arch/arm/mach-vt8500/Kconfig
+++ b/arch/arm/mach-vt8500/Kconfig
@@ -13,7 +13,6 @@ config ARCH_WM8505
  	depends on ARCH_MULTI_V5
  	select ARCH_VT8500
  	select CPU_ARM926T
- 	help
 
 config ARCH_WM8750
 	bool "WonderMedia WM8750"
-- 
2.14.1

  parent reply	other threads:[~2018-01-31  9:36 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-01-31  9:34   ` Ulf Magnusson
2018-02-01 15:52   ` Bartlomiej Zolnierkiewicz
2018-02-01 15:52     ` Bartlomiej Zolnierkiewicz
2018-02-01 15:52     ` Bartlomiej Zolnierkiewicz
2018-02-01 16:56     ` Ulf Magnusson
2018-02-01 16:56       ` Ulf Magnusson
2018-02-01 17:07       ` Masahiro Yamada
2018-02-01 17:07         ` Masahiro Yamada
     [not found]       ` <CGME20180213123147epcas2p2a2bb399e700dacef57a2340afcc0e459@epcas2p2.samsung.com>
2018-02-13 12:31         ` Bartlomiej Zolnierkiewicz
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-02-13 14:02             ` Ulf Magnusson
     [not found]             ` <CGME20180312150855epcas1p36b1377471a2a0d69362fa3cf57295209@epcas1p3.samsung.com>
2018-03-12 15:08               ` Bartlomiej Zolnierkiewicz
2018-03-12 15:08                 ` Bartlomiej Zolnierkiewicz
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-01 17:09     ` Masahiro Yamada
2018-02-14 10:11     ` Ulf Hansson
2018-02-14 10:11       ` Ulf Hansson
2018-01-31  9:34 ` [PATCH 04/11] Staging: rtl8192u: " Ulf Magnusson
2018-01-31  9:34   ` Ulf Magnusson
2018-02-01 17:09   ` Masahiro Yamada
2018-02-01 17:09     ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 05/11] Staging: rtl8192e: " Ulf Magnusson
2018-01-31  9:34   ` Ulf Magnusson
2018-02-01 17:09   ` Masahiro Yamada
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   ` Ulf Magnusson
2018-02-01 17:12   ` Masahiro Yamada
2018-01-31  9:34 ` [PATCH 08/11] MIPS: " Ulf Magnusson
2018-02-01 17:11   ` Masahiro Yamada
2018-01-31  9:34 ` Ulf Magnusson [this message]
2018-01-31  9:34   ` [PATCH 09/11] arm: vt8500: " Ulf Magnusson
2018-02-01 17:11   ` Masahiro Yamada
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180131093434.20050-10-ulfalizer@gmail.com \
    --to=ulfalizer@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@prisktech.co.nz \
    --cc=mcgrof@kernel.org \
    --cc=pebolle@tiscali.nl \
    --cc=rdunlap@infradead.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.