From daf08da2f3cdd0fdf3e64cba01779ad90ce65fe6 Mon Sep 17 00:00:00 2001 From: Detlev Zundel Date: Fri, 5 Feb 2021 13:50:43 +0100 Subject: [PATCH] soc: arm: designstart: Fix Kconfig LEADING_SPACE checkpatch problem This is a trivial patch replacing the spaces at the beginning of the line with tabs. Otherwise checkpatch will not be happy with any changes in here. Signed-off-by: Detlev Zundel --- soc/arm/arm/designstart/Kconfig.series | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/soc/arm/arm/designstart/Kconfig.series b/soc/arm/arm/designstart/Kconfig.series index 64c1c5c0588..a76ccaa1dfd 100644 --- a/soc/arm/arm/designstart/Kconfig.series +++ b/soc/arm/arm/designstart/Kconfig.series @@ -2,8 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 config SOC_SERIES_ARM_DESIGNSTART - bool "ARM DesignStart SoC Series" - select ARM - select SOC_FAMILY_ARM - help - Enable support for the ARM DesignStart SoC Series + bool "ARM DesignStart SoC Series" + select ARM + select SOC_FAMILY_ARM + help + Enable support for the ARM DesignStart SoC Series