All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: ysato@users.sourceforge.jp, dalias@libc.org,
	linux-sh@vger.kernel.org, sergei.shtylyov@gmail.com
Cc: linux-kernel@vger.kernel.org,
	Juerg Haefliger <juerg.haefliger@canonical.com>
Subject: [PATCH 1/4 v2] sh: Kconfig: Fix indentation and remove trailing whitespaces
Date: Fri, 27 May 2022 14:02:54 +0200	[thread overview]
Message-ID: <20220527120254.458949-1-juerg.haefliger@canonical.com> (raw)
In-Reply-To: <0f0c5ce5-3845-c4b4-180e-380dec53b525@gmail.com>

The convention for indentation seems to be a single tab. Help text is
further indented by an additional two spaces. Fix the lines that violate
these rules.

While at it, remove trailing whitespaces.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
v2:
  Update commit message and subject per review comments.
---
 arch/sh/Kconfig | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 5f220e903e5a..fc15fd6b719e 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -200,9 +200,9 @@ config ARCH_SHMOBILE
 	select PM
 
 config CPU_HAS_PMU
-       depends on CPU_SH4 || CPU_SH4A
-       default y
-       bool
+	depends on CPU_SH4 || CPU_SH4A
+	default y
+	bool
 
 choice
 	prompt "Processor sub-type selection"
@@ -231,7 +231,7 @@ config CPU_SUBTYPE_SH7201
 	select CPU_SH2A
 	select CPU_HAS_FPU
 	select SYS_SUPPORTS_SH_MTU2
- 
+
 config CPU_SUBTYPE_SH7203
 	bool "Support SH7203 processor"
 	select CPU_SH2A
@@ -493,7 +493,7 @@ config CPU_SUBTYPE_SH7366
 endchoice
 
 source "arch/sh/mm/Kconfig"
- 
+
 source "arch/sh/Kconfig.cpu"
 
 source "arch/sh/boards/Kconfig"
@@ -644,7 +644,7 @@ config GUSA
 	  This is the default implementation for both UP and non-ll/sc
 	  CPUs, and is used by the libc, amongst others.
 
-	  For additional information, design information can be found 
+	  For additional information, design information can be found
 	  in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
 
 	  This should only be disabled for special cases where alternate
@@ -775,12 +775,12 @@ config MAPLE
 	bool "Maple Bus support"
 	depends on SH_DREAMCAST
 	help
-	 The Maple Bus is SEGA's serial communication bus for peripherals
-	 on the Dreamcast. Without this bus support you won't be able to
-	 get your Dreamcast keyboard etc to work, so most users
-	 probably want to say 'Y' here, unless you are only using the
-	 Dreamcast with a serial line terminal or a remote network
-	 connection.
+	  The Maple Bus is SEGA's serial communication bus for peripherals
+	  on the Dreamcast. Without this bus support you won't be able to
+	  get your Dreamcast keyboard etc to work, so most users
+	  probably want to say 'Y' here, unless you are only using the
+	  Dreamcast with a serial line terminal or a remote network
+	  connection.
 
 endmenu
 
-- 
2.32.0


  reply	other threads:[~2022-05-27 12:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 12:40 [PATCH 0/4] sh: Kconfig: Style cleanups Juerg Haefliger
2022-05-25 12:40 ` [PATCH 1/4] sh: Kconfig: Fix indentation Juerg Haefliger
2022-05-26  8:21   ` Sergei Shtylyov
2022-05-27 12:02     ` Juerg Haefliger [this message]
2022-05-25 12:40 ` [PATCH 2/4] sh: Kconfig.cpu: " Juerg Haefliger
2022-05-25 16:14   ` Sergei Shtylyov
2022-05-25 18:31     ` [PATCH 2/4 v2] sh: Kconfig.cpu: Remove trailing whitespace Juerg Haefliger
2022-05-25 12:40 ` [PATCH 3/4] sh/boards: Kconfig: Fix indentation Juerg Haefliger
2022-05-25 18:34   ` Sergei Shtylyov
2022-05-27 12:04     ` [PATCH 3/4 v2] sh/boards: Kconfig: Fix indentation and remove trailing whitespaces Juerg Haefliger
2022-05-25 12:40 ` [PATCH 4/4] sh/mm: Kconfig: Fix indentation Juerg Haefliger
2022-05-26  8:13   ` Sergei Shtylyov
2022-05-27 12:05     ` [PATCH 4/4 v2] " Juerg Haefliger

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=20220527120254.458949-1-juerg.haefliger@canonical.com \
    --to=juerg.haefliger@canonical.com \
    --cc=dalias@libc.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=sergei.shtylyov@gmail.com \
    --cc=ysato@users.sourceforge.jp \
    /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.