Kconfig: Remove trailing whitespaces in prompt
authorMichal Simek <michal.simek@xilinx.com>
Mon, 23 Jul 2018 06:38:56 +0000 (08:38 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 30 Jul 2018 11:18:46 +0000 (07:18 -0400)
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: <choice> (defined at dts/Kconfig:204) has leading or trailing
whitespace in its prompt

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Felix Brack <fb@ltec.ch>
drivers/power/pmic/Kconfig
dts/Kconfig

index d504c28b77fc97e6514eccdc415291f3445a4c1a..cba48e12da4606782f034383a46e4e0cae75350a 100644 (file)
@@ -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
index a1a92f2bbd4144bf708a73a677d95bb995e79822..43f85c2f6f44c19c5b7f3ddf7e23720c4d608593 100644 (file)
@@ -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