All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h
@ 2021-02-05  9:21 Bhaskar Chowdhury
  2021-02-05 17:02 ` Randy Dunlap
  2021-02-21 20:55 ` Lad, Prabhakar
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05  9:21 UTC (permalink / raw)
  To: prabhakar.csengg, mchehab, linux-media, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury



Several spelling fixes throughout the file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/media/davinci/isif.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/media/davinci/isif.h b/include/media/davinci/isif.h
index e66589c4022d..8369acd26e7e 100644
--- a/include/media/davinci/isif.h
+++ b/include/media/davinci/isif.h
@@ -177,7 +177,7 @@ struct isif_black_clamp {
 	 * 1 - clamp value calculated separately for all colors
 	 */
 	__u8 bc_mode_color;
-	/* Vrtical start position for bc subtraction */
+	/* Vertical start position for bc subtraction */
 	__u16 vert_start_sub;
 	/* Black clamp for horizontal direction */
 	struct isif_horz_bclamp horz;
@@ -193,7 +193,7 @@ struct isif_color_space_conv {
 	/* Enable color space conversion */
 	__u8 en;
 	/*
-	 * csc coeffient table. S8Q5, M00 at index 0, M01 at index 1, and
+	 * csc coefficient table. S8Q5, M00 at index 0, M01 at index 1, and
 	 * so forth
 	 */
 	struct isif_float_8 coeff[ISIF_CSC_NUM_COEFF];
@@ -340,7 +340,7 @@ struct isif_data_formatter {
 };

 struct isif_df_csc {
-	/* Color Space Conversion confguration, 0 - csc, 1 - df */
+	/* Color Space Conversion configuration, 0 - csc, 1 - df */
 	__u8 df_or_csc;
 	/* csc configuration valid if df_or_csc is 0 */
 	struct isif_color_space_conv csc;
@@ -406,7 +406,7 @@ struct isif_config_params_raw {
 	struct isif_linearize linearize;
 	/* Data formatter or CSC */
 	struct isif_df_csc df_csc;
-	/* Defect Pixel Correction (DFC) confguration */
+	/* Defect Pixel Correction (DFC) configuration */
 	struct isif_dfc dfc;
 	/* Black/Digital Clamp configuration */
 	struct isif_black_clamp bclamp;
--
2.30.0


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

* Re: [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h
  2021-02-05  9:21 [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h Bhaskar Chowdhury
@ 2021-02-05 17:02 ` Randy Dunlap
  2021-02-21 20:55 ` Lad, Prabhakar
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-02-05 17:02 UTC (permalink / raw)
  To: Bhaskar Chowdhury, prabhakar.csengg, mchehab, linux-media, linux-kernel

On 2/5/21 1:21 AM, Bhaskar Chowdhury wrote:
> 
> 
> Several spelling fixes throughout the file.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  include/media/davinci/isif.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/include/media/davinci/isif.h b/include/media/davinci/isif.h
> index e66589c4022d..8369acd26e7e 100644
> --- a/include/media/davinci/isif.h
> +++ b/include/media/davinci/isif.h


-- 
~Randy


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

* Re: [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h
  2021-02-05  9:21 [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h Bhaskar Chowdhury
  2021-02-05 17:02 ` Randy Dunlap
@ 2021-02-21 20:55 ` Lad, Prabhakar
  1 sibling, 0 replies; 3+ messages in thread
From: Lad, Prabhakar @ 2021-02-21 20:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: Mauro Carvalho Chehab, linux-media, LKML, Randy Dunlap

Hi Bhaskar,

Thank you for the patch.

On Fri, Feb 5, 2021 at 9:21 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
>
> Several spelling fixes throughout the file.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  include/media/davinci/isif.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
Acked-by: Lad Prabhakar <prabhakar.csengg@gmail.com>

Cheers,
Prabhakar

> diff --git a/include/media/davinci/isif.h b/include/media/davinci/isif.h
> index e66589c4022d..8369acd26e7e 100644
> --- a/include/media/davinci/isif.h
> +++ b/include/media/davinci/isif.h
> @@ -177,7 +177,7 @@ struct isif_black_clamp {
>          * 1 - clamp value calculated separately for all colors
>          */
>         __u8 bc_mode_color;
> -       /* Vrtical start position for bc subtraction */
> +       /* Vertical start position for bc subtraction */
>         __u16 vert_start_sub;
>         /* Black clamp for horizontal direction */
>         struct isif_horz_bclamp horz;
> @@ -193,7 +193,7 @@ struct isif_color_space_conv {
>         /* Enable color space conversion */
>         __u8 en;
>         /*
> -        * csc coeffient table. S8Q5, M00 at index 0, M01 at index 1, and
> +        * csc coefficient table. S8Q5, M00 at index 0, M01 at index 1, and
>          * so forth
>          */
>         struct isif_float_8 coeff[ISIF_CSC_NUM_COEFF];
> @@ -340,7 +340,7 @@ struct isif_data_formatter {
>  };
>
>  struct isif_df_csc {
> -       /* Color Space Conversion confguration, 0 - csc, 1 - df */
> +       /* Color Space Conversion configuration, 0 - csc, 1 - df */
>         __u8 df_or_csc;
>         /* csc configuration valid if df_or_csc is 0 */
>         struct isif_color_space_conv csc;
> @@ -406,7 +406,7 @@ struct isif_config_params_raw {
>         struct isif_linearize linearize;
>         /* Data formatter or CSC */
>         struct isif_df_csc df_csc;
> -       /* Defect Pixel Correction (DFC) confguration */
> +       /* Defect Pixel Correction (DFC) configuration */
>         struct isif_dfc dfc;
>         /* Black/Digital Clamp configuration */
>         struct isif_black_clamp bclamp;
> --
> 2.30.0
>

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

end of thread, other threads:[~2021-02-21 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  9:21 [PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h Bhaskar Chowdhury
2021-02-05 17:02 ` Randy Dunlap
2021-02-21 20:55 ` Lad, Prabhakar

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.