All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
@ 2023-08-03 10:40 Bin Meng
  2023-08-04  2:22 ` Simon Glass
  2023-08-14  6:06 ` Anatolij Gustschin
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2023-08-03 10:40 UTC (permalink / raw)
  To: Anatolij Gustschin, Simon Glass, u-boot; +Cc: Bin Meng

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
 
-- 
2.34.1


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

* Re: [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
  2023-08-03 10:40 [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Bin Meng
@ 2023-08-04  2:22 ` Simon Glass
  2023-08-14  6:06 ` Anatolij Gustschin
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-08-04  2:22 UTC (permalink / raw)
  To: Bin Meng; +Cc: Anatolij Gustschin, u-boot, Bin Meng

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>

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

* Re: [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
  2023-08-03 10:40 [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Bin Meng
  2023-08-04  2:22 ` Simon Glass
@ 2023-08-14  6:06 ` Anatolij Gustschin
  1 sibling, 0 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2023-08-14  6:06 UTC (permalink / raw)
  To: Bin Meng; +Cc: Simon Glass, u-boot, Bin Meng

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

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

end of thread, other threads:[~2023-08-14  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 10:40 [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Bin Meng
2023-08-04  2:22 ` Simon Glass
2023-08-14  6:06 ` Anatolij Gustschin

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.