[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210517095828.81581-1-juergh@canonical.com>
Date: Mon, 17 May 2021 11:58:28 +0200
From: Juerg Haefliger <juerg.haefliger@...onical.com>
To: linux@...linux.org.uk, arnd@...db.de,
linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, juergh@...onical.com
Subject: [PATCH] ARM: mm: Remove leading spaces in Kconfig
Remove leading spaces before tabs in Kconfig file(s) by running the
following command:
$ find arch/arm/mm -name 'Kconfig*' | \
xargs sed -r -i 's/^[ ]+\t/\t/'
Signed-off-by: Juerg Haefliger <juergh@...onical.com>
---
arch/arm/mm/Kconfig | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 35f43d0aa056..7a4a04bafa92 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -123,13 +123,13 @@ config CPU_ARM925T
select CPU_PABRT_LEGACY
select CPU_THUMB_CAPABLE
select CPU_TLB_V4WBI if MMU
- help
- The ARM925T is a mix between the ARM920T and ARM926T, but with
+ help
+ The ARM925T is a mix between the ARM920T and ARM926T, but with
different instruction and data caches. It is used in TI's OMAP
- device family.
+ device family.
- Say Y if you want support for the ARM925T processor.
- Otherwise, say N.
+ Say Y if you want support for the ARM925T processor.
+ Otherwise, say N.
# ARM926T
config CPU_ARM926T
--
2.27.0
Powered by blists - more mailing lists