diff mbox series

common: Drop duplicate space in SPL_BMP description

Message ID 20230729133451.9263-1-marex@denx.de
State Accepted
Commit fa96774d2925443363aa2a5da8a12ced28e158a1
Delegated to: Tom Rini
Headers show
Series common: Drop duplicate space in SPL_BMP description | expand

Commit Message

Marek Vasut July 29, 2023, 1:34 p.m. UTC
Drop duplicate space in Kconfig symbol description.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
---
 common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Aug. 7, 2023, 7:28 p.m. UTC | #1
On Sat, Jul 29, 2023 at 03:34:51PM +0200, Marek Vasut wrote:

> Drop duplicate space in Kconfig symbol description.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index 973482f0756..016850cd328 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1171,7 +1171,7 @@  config BMP
 	  Enable bmp functions to display bmp image and get bmp info.
 
 config SPL_BMP
-	bool "Enable bmp image display at  SPL"
+	bool "Enable bmp image display at SPL"
 	depends on SPL_VIDEO
 	help
 	  Enable bmp functions to display bmp image and get bmp info at SPL.