All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction"
@ 2022-11-09 15:05 Colin Ian King
  2022-11-10  8:34 ` Benjamin MUGNIER
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-11-09 15:05 UTC (permalink / raw)
  To: Benjamin Mugnier, Sylvain Petinot, Mauro Carvalho Chehab, linux-media
  Cc: kernel-janitors, linux-kernel

There are a couple of spelling mistakes in a literal string and in the
documentation. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 Documentation/userspace-api/media/drivers/st-vgxy61.rst | 2 +-
 drivers/media/i2c/st-vgxy61.c                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/media/drivers/st-vgxy61.rst b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
index 213b884dcfa6..7fb5b4f60db7 100644
--- a/Documentation/userspace-api/media/drivers/st-vgxy61.rst
+++ b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
@@ -17,7 +17,7 @@ The ST VGXY61 driver implements the following controls:
 
     * - HDR linearize
       - The merger outputs a long exposure capture as long as it is not saturated.
-    * - HDR substraction
+    * - HDR subtraction
       - This involves subtracting the short exposure frame from the long exposure frame.
     * - "No HDR"
       - This mode is used for standard dynamic range (SDR) exposures.
diff --git a/drivers/media/i2c/st-vgxy61.c b/drivers/media/i2c/st-vgxy61.c
index dfbf25338160..e72fc3a8a54c 100644
--- a/drivers/media/i2c/st-vgxy61.c
+++ b/drivers/media/i2c/st-vgxy61.c
@@ -197,7 +197,7 @@ static const char * const vgxy61_test_pattern_menu[] = {
 
 static const char * const vgxy61_hdr_mode_menu[] = {
 	"HDR linearize",
-	"HDR substraction",
+	"HDR subtraction",
 	"No HDR",
 };
 
-- 
2.38.1


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

* Re: [PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction"
  2022-11-09 15:05 [PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction" Colin Ian King
@ 2022-11-10  8:34 ` Benjamin MUGNIER
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin MUGNIER @ 2022-11-10  8:34 UTC (permalink / raw)
  To: Colin Ian King, Sylvain Petinot, Mauro Carvalho Chehab, linux-media
  Cc: kernel-janitors, linux-kernel

Hi Colin,

Thank you for your patch.

On 11/9/22 16:05, Colin Ian King wrote:
> There are a couple of spelling mistakes in a literal string and in the
> documentation. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>

> ---
>  Documentation/userspace-api/media/drivers/st-vgxy61.rst | 2 +-
>  drivers/media/i2c/st-vgxy61.c                           | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/userspace-api/media/drivers/st-vgxy61.rst b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
> index 213b884dcfa6..7fb5b4f60db7 100644
> --- a/Documentation/userspace-api/media/drivers/st-vgxy61.rst
> +++ b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
> @@ -17,7 +17,7 @@ The ST VGXY61 driver implements the following controls:
>  
>      * - HDR linearize
>        - The merger outputs a long exposure capture as long as it is not saturated.
> -    * - HDR substraction
> +    * - HDR subtraction
>        - This involves subtracting the short exposure frame from the long exposure frame.
>      * - "No HDR"
>        - This mode is used for standard dynamic range (SDR) exposures.
> diff --git a/drivers/media/i2c/st-vgxy61.c b/drivers/media/i2c/st-vgxy61.c
> index dfbf25338160..e72fc3a8a54c 100644
> --- a/drivers/media/i2c/st-vgxy61.c
> +++ b/drivers/media/i2c/st-vgxy61.c
> @@ -197,7 +197,7 @@ static const char * const vgxy61_test_pattern_menu[] = {
>  
>  static const char * const vgxy61_hdr_mode_menu[] = {
>  	"HDR linearize",
> -	"HDR substraction",
> +	"HDR subtraction",
>  	"No HDR",
>  };
>  

-- 
Regards,

Benjamin

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

end of thread, other threads:[~2022-11-10  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 15:05 [PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction" Colin Ian King
2022-11-10  8:34 ` Benjamin MUGNIER

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.