From: Michal Simek Date: Mon, 23 Jul 2018 06:38:56 +0000 (+0200) Subject: Kconfig: Remove trailing whitespaces in prompt X-Git-Tag: v2018.09-rc1~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8448051dfc26eb2f15e905f00f8edbd1da7dfb9;p=oweals%2Fu-boot.git Kconfig: Remove trailing whitespaces in prompt Remove additional trailing whitespaces in prompt reported by kconfiglib: warning: DM_PMIC_SANDBOX (defined at drivers/power/pmic/Kconfig:133) has leading or trailing whitespace in its prompt warning: (defined at dts/Kconfig:204) has leading or trailing whitespace in its prompt Signed-off-by: Michal Simek Reviewed-by: Felix Brack --- diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index d504c28b77..cba48e12da 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -131,7 +131,7 @@ config PMIC_S2MPS11 Binding info: doc/device-tree-bindings/pmic/s2mps11.txt config DM_PMIC_SANDBOX - bool "Enable Driver Model for emulated Sandbox PMIC " + bool "Enable Driver Model for emulated Sandbox PMIC" depends on DM_PMIC ---help--- Enable the driver for Sandbox PMIC emulation. The emulated PMIC device diff --git a/dts/Kconfig b/dts/Kconfig index a1a92f2bbd..43f85c2f6f 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -202,7 +202,7 @@ config SPL_MULTI_DTB_FIT_NO_COMPRESSION endchoice choice - prompt "Location of uncompressed DTBs " + prompt "Location of uncompressed DTBs" depends on (SPL_MULTI_DTB_FIT_GZIP || SPL_MULTI_DTB_FIT_LZO) default SPL_MULTI_DTB_FIT_DYN_ALLOC if SYS_MALLOC_F