Skip to content
Snippets Groups Projects
Commit b8448051 authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

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: <choice> (defined at dts/Kconfig:204) has leading or trailing
whitespace in its prompt

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarFelix Brack <fb@ltec.ch>
parent 2a1f4f17
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ config PMIC_S2MPS11 ...@@ -131,7 +131,7 @@ config PMIC_S2MPS11
Binding info: doc/device-tree-bindings/pmic/s2mps11.txt Binding info: doc/device-tree-bindings/pmic/s2mps11.txt
config DM_PMIC_SANDBOX config DM_PMIC_SANDBOX
bool "Enable Driver Model for emulated Sandbox PMIC " bool "Enable Driver Model for emulated Sandbox PMIC"
depends on DM_PMIC depends on DM_PMIC
---help--- ---help---
Enable the driver for Sandbox PMIC emulation. The emulated PMIC device Enable the driver for Sandbox PMIC emulation. The emulated PMIC device
......
...@@ -202,7 +202,7 @@ config SPL_MULTI_DTB_FIT_NO_COMPRESSION ...@@ -202,7 +202,7 @@ config SPL_MULTI_DTB_FIT_NO_COMPRESSION
endchoice endchoice
choice choice
prompt "Location of uncompressed DTBs " prompt "Location of uncompressed DTBs"
depends on (SPL_MULTI_DTB_FIT_GZIP || SPL_MULTI_DTB_FIT_LZO) depends on (SPL_MULTI_DTB_FIT_GZIP || SPL_MULTI_DTB_FIT_LZO)
default SPL_MULTI_DTB_FIT_DYN_ALLOC if SYS_MALLOC_F default SPL_MULTI_DTB_FIT_DYN_ALLOC if SYS_MALLOC_F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment