Skip to content

Commit daf08da

Browse files
laodzunashif
authored andcommitted
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 <[email protected]>
1 parent 979c748 commit daf08da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

soc/arm/arm/designstart/Kconfig.series

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config SOC_SERIES_ARM_DESIGNSTART
5-
bool "ARM DesignStart SoC Series"
6-
select ARM
7-
select SOC_FAMILY_ARM
8-
help
9-
Enable support for the ARM DesignStart SoC Series
5+
bool "ARM DesignStart SoC Series"
6+
select ARM
7+
select SOC_FAMILY_ARM
8+
help
9+
Enable support for the ARM DesignStart SoC Series

0 commit comments

Comments
 (0)