diff mbox series

[v2,4/4] dm: core: fix typo in SPL_DM_WARN prompt text

Message ID 20240611-misc-20240610-v2-4-028e82b0b620@cherry.de
State Accepted
Commit c449f4f85420478dc6cf0ff1ea3664b38f5e7d81
Delegated to: Simon Glass
Headers show
Series dm: core: fix several debug messages and migrate debug() to dm_warn | expand

Commit Message

Quentin Schulz June 11, 2024, 1:04 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

It should read "in SPL" and not "wuth SPL".

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 drivers/core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass June 11, 2024, 6:52 p.m. UTC | #1
On Tue, 11 Jun 2024 at 07:04, Quentin Schulz <foss+uboot@0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz@cherry.de>
>
> It should read "in SPL" and not "wuth SPL".
>
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

It might be my accent

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

Patch

diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 1081d61fcf0..e4b1a66ecb1 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -56,7 +56,7 @@  config DM_WARN
 	  out - it will do nothing when called.
 
 config SPL_DM_WARN
-	bool "Enable warnings in driver model wuth SPL"
+	bool "Enable warnings in driver model in SPL"
 	depends on SPL_DM
 	help
 	  Enable this to see warnings related to driver model in SPL