From 8a124f1a6f16d60301c20957b32d03cf2a673b2d Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 19 May 2023 12:57:08 +0200 Subject: [PATCH] arch/arm/src: Fix Kconfig style Remove spaces from Kconfig files --- arch/arm/src/stm32h7/Kconfig | 2 +- arch/arm/src/stm32l4/Kconfig | 2 +- arch/arm/src/stm32l5/Kconfig | 2 +- arch/arm/src/stm32u5/Kconfig | 2 +- arch/arm/src/stm32wb/Kconfig | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/src/stm32h7/Kconfig b/arch/arm/src/stm32h7/Kconfig index dd9f228d536..14cfc0c51c9 100644 --- a/arch/arm/src/stm32h7/Kconfig +++ b/arch/arm/src/stm32h7/Kconfig @@ -1744,7 +1744,7 @@ menu "RTC Configuration" config STM32H7_RTC_MAGIC_REG int "BKP register" default 0 - range 0 31 + range 0 31 ---help--- The BKP register used to store/check the Magic value to determine if RTC is already setup diff --git a/arch/arm/src/stm32l4/Kconfig b/arch/arm/src/stm32l4/Kconfig index 96a75ae7818..1056605ff18 100644 --- a/arch/arm/src/stm32l4/Kconfig +++ b/arch/arm/src/stm32l4/Kconfig @@ -1864,7 +1864,7 @@ menu "RTC Configuration" config STM32L4_RTC_MAGIC_REG int "BKP register" default 0 - range 0 31 + range 0 31 ---help--- The BKP register used to store/check the Magic value to determine if RTC is already setup diff --git a/arch/arm/src/stm32l5/Kconfig b/arch/arm/src/stm32l5/Kconfig index e6bbf904fba..e133b916b62 100644 --- a/arch/arm/src/stm32l5/Kconfig +++ b/arch/arm/src/stm32l5/Kconfig @@ -393,7 +393,7 @@ menu "RTC Configuration" config STM32L5_RTC_MAGIC_REG int "BKP register" default 0 - range 0 31 + range 0 31 ---help--- The BKP register used to store/check the Magic value to determine if RTC is already setup diff --git a/arch/arm/src/stm32u5/Kconfig b/arch/arm/src/stm32u5/Kconfig index 990a8047d62..55d8f5084aa 100644 --- a/arch/arm/src/stm32u5/Kconfig +++ b/arch/arm/src/stm32u5/Kconfig @@ -625,7 +625,7 @@ menu "RTC Configuration" config STM32U5_RTC_MAGIC_REG int "BKP register" default 0 - range 0 31 + range 0 31 ---help--- The BKP register used to store/check the Magic value to determine if RTC is already setup diff --git a/arch/arm/src/stm32wb/Kconfig b/arch/arm/src/stm32wb/Kconfig index b1d5cb01dd8..dcc25980d43 100644 --- a/arch/arm/src/stm32wb/Kconfig +++ b/arch/arm/src/stm32wb/Kconfig @@ -650,7 +650,7 @@ menu "RTC Configuration" config STM32WB_RTC_MAGIC_REG int "BKP register" default 0 - range 0 31 + range 0 31 ---help--- The BKP register used to store/check the Magic value to determine if RTC is already setup