All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text
@ 2022-09-14 21:00 Fabio Estevam
  2022-09-16  1:30 ` Simon Glass
  2022-09-17 22:46 ` Marek Vasut
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-09-14 21:00 UTC (permalink / raw)
  To: marex; +Cc: u-boot, trini, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

There is an extra "most" word in the SPL_DM_USB text that
makes it confusing.

Remove it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 drivers/usb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index fd13cf31b529..f0255fa2eae3 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 in SPL"
 	depends on SPL_DM && DM_USB
 	default n if ARCH_MVEBU
 	default y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text
  2022-09-14 21:00 [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text Fabio Estevam
@ 2022-09-16  1:30 ` Simon Glass
  2022-09-17 22:46 ` Marek Vasut
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-09-16  1:30 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Marek Vasut, U-Boot Mailing List, Tom Rini, Fabio Estevam

On Wed, 14 Sept 2022 at 15:00, Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> There is an extra "most" word in the SPL_DM_USB text that
> makes it confusing.
>
> Remove it.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  drivers/usb/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text
  2022-09-14 21:00 [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text Fabio Estevam
  2022-09-16  1:30 ` Simon Glass
@ 2022-09-17 22:46 ` Marek Vasut
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2022-09-17 22:46 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: u-boot, trini, Fabio Estevam

On 9/14/22 23:00, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> There is an extra "most" word in the SPL_DM_USB text that
> makes it confusing.
> 
> Remove it.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>   drivers/usb/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index fd13cf31b529..f0255fa2eae3 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 in SPL"

Maybe this was meant to be 'USB host mode' , i.e. "s@most@mode@" ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-17 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 21:00 [PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text Fabio Estevam
2022-09-16  1:30 ` Simon Glass
2022-09-17 22:46 ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.