[PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE

From: Bin Meng bmeng@tinylab.org
Add one space between 'before' and 'loading'.
Signed-off-by: Bin Meng bmeng@tinylab.org ---
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e32ce13fb6..ee1d54ee1f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1105,7 +1105,7 @@ config SPL_VIDEO_REMOVE bool "Remove video driver after SPL stage" help if this option is enabled video driver will be removed at the end of - SPL stage, beforeloading the next stage. + SPL stage, before loading the next stage.
if SPL_SPLASH_SCREEN

On Thu, 3 Aug 2023 at 04:40, Bin Meng bmeng.cn@gmail.com wrote:
From: Bin Meng bmeng@tinylab.org
Add one space between 'before' and 'loading'.
Signed-off-by: Bin Meng bmeng@tinylab.org
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Thu, 3 Aug 2023 18:40:08 +0800 Bin Meng bmeng.cn@gmail.com wrote:
From: Bin Meng bmeng@tinylab.org
Add one space between 'before' and 'loading'.
Signed-off-by: Bin Meng bmeng@tinylab.org
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
applied to u-boot-video/master, thanks!
-- Anatolij
participants (3)
-
Anatolij Gustschin
-
Bin Meng
-
Simon Glass