diff mbox series

[v2] usb: Kconfig: Fix typo in SPL_DM_USB text

Message ID 20220917232829.666784-1-festevam@denx.de
State Accepted
Commit c6ab91c77edd3f831ae6ddabd4462bff983fd3fd
Delegated to: Marek Vasut
Headers show
Series [v2] usb: Kconfig: Fix typo in SPL_DM_USB text | expand

Commit Message

Fabio Estevam Sept. 17, 2022, 11:28 p.m. UTC
Change a typo in "USB host mode".

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- most->mode (Marek).

 drivers/usb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut Sept. 18, 2022, 12:09 a.m. UTC | #1
On 9/18/22 01:28, Fabio Estevam wrote:
> Change a typo in "USB host mode".

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index fd13cf31b5..3afb45d5cc 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -48,7 +48,7 @@  config DM_USB
 	  automatically probed when found on the bus.
 
 config SPL_DM_USB
-	bool "Enable driver model for USB host most in SPL"
+	bool "Enable driver model for USB host mode in SPL"
 	depends on SPL_DM && DM_USB
 	default n if ARCH_MVEBU
 	default y