staging: atomisp: Fix spelling mistake in sh_css_internal.h

Message ID 20240501162620.86865-1-topofeverest8848@gmail.com (mailing list archive)
State Accepted
Headers
Series staging: atomisp: Fix spelling mistake in sh_css_internal.h |

Commit Message

Roshan Khatri May 1, 2024, 4:26 p.m. UTC
  codespell reported misspelled words still and member.
This patch fixes misspellings.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
---
 drivers/staging/media/atomisp/pci/sh_css_internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Hans de Goede July 2, 2024, 10:41 a.m. UTC | #1
Hi,

On 5/1/24 6:26 PM, Roshan Khatri wrote:
> codespell reported misspelled words still and member.
> This patch fixes misspellings.
> 
> Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>

Thank you for your 5 patches.

I have merged all 5 in my media-atomisp branch:
https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/log/?h=media-atomisp

And these will be included in my next pull-request to
Mauro (to media subsystem maintainer)

Regards,

Hans




> ---
>  drivers/staging/media/atomisp/pci/sh_css_internal.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/sh_css_internal.h b/drivers/staging/media/atomisp/pci/sh_css_internal.h
> index 2349eb4d3767..5395be1ed26b 100644
> --- a/drivers/staging/media/atomisp/pci/sh_css_internal.h
> +++ b/drivers/staging/media/atomisp/pci/sh_css_internal.h
> @@ -509,7 +509,7 @@ struct sh_css_sp_pipeline {
>   * of the associated pipe. Dynamic means that the data address can
>   * change with every (frame) iteration of the associated pipe
>   *
> - * s3a and dis are now also dynamic but (stil) handled separately
> + * s3a and dis are now also dynamic but (still) handled separately
>   */
>  #define SH_CSS_NUM_DYNAMIC_FRAME_IDS (3)
>  
> @@ -597,7 +597,7 @@ struct sh_css_sp_stage {
>  
>  /*
>   * Time: 2012-07-19, 17:40.
> - * Note: Add a new data memeber "debug" in "sh_css_sp_group". This
> + * Note: Add a new data member "debug" in "sh_css_sp_group". This
>   * data member is used to pass the debugging command from the
>   * Host to the SP.
>   *
  

Patch

diff --git a/drivers/staging/media/atomisp/pci/sh_css_internal.h b/drivers/staging/media/atomisp/pci/sh_css_internal.h
index 2349eb4d3767..5395be1ed26b 100644
--- a/drivers/staging/media/atomisp/pci/sh_css_internal.h
+++ b/drivers/staging/media/atomisp/pci/sh_css_internal.h
@@ -509,7 +509,7 @@  struct sh_css_sp_pipeline {
  * of the associated pipe. Dynamic means that the data address can
  * change with every (frame) iteration of the associated pipe
  *
- * s3a and dis are now also dynamic but (stil) handled separately
+ * s3a and dis are now also dynamic but (still) handled separately
  */
 #define SH_CSS_NUM_DYNAMIC_FRAME_IDS (3)
 
@@ -597,7 +597,7 @@  struct sh_css_sp_stage {
 
 /*
  * Time: 2012-07-19, 17:40.
- * Note: Add a new data memeber "debug" in "sh_css_sp_group". This
+ * Note: Add a new data member "debug" in "sh_css_sp_group". This
  * data member is used to pass the debugging command from the
  * Host to the SP.
  *