[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1552310346-7629-94-git-send-email-info@metux.net>
Date: Mon, 11 Mar 2019 14:18:45 +0100
From: "Enrico Weigelt, metux IT consult" <info@...ux.net>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 093/114] arch: h8300: Kconfig: pedantic formatting
Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@...ux.net>
---
arch/h8300/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index c071da3..eb6854d 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
config H8300
- def_bool y
+ def_bool y
select ARCH_32BIT_OFF_T
select GENERIC_ATOMIC64
select HAVE_UID16
@@ -37,7 +37,7 @@ config NO_IOPORT_MAP
def_bool y
config GENERIC_CSUM
- def_bool y
+ def_bool y
config HZ
int
--
1.9.1
Powered by blists - more mailing lists