linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: media/atomisp/pci/isp/kernels/hdr: Fix spelling mistakes in ia_css_hdr_types.h
@ 2023-12-23  8:31 Dipendra Khadka
  2023-12-31  9:50 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Dipendra Khadka @ 2023-12-23  8:31 UTC (permalink / raw)
  To: hdegoede, mchehab, sakari.ailus, gregkh, hpa
  Cc: Dipendra Khadka, linux-media, linux-staging, linux-kernel,
	linux-kernel-mentees

codespell reported following spelling mistake
in ia_css_hdr_types.h below:

'''
./isp/kernels/hdr/ia_css_hdr_types.h:60: paramterers ==> parameters
./isp/kernels/hdr/ia_css_hdr_types.h:62: Currenly ==> Currently
'''
This patch fixes these spelling mistakes.

Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>
---
 .../media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
index 175c301ee96a..ecc98686f5cf 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
@@ -57,9 +57,9 @@ struct ia_css_hdr_exclusion_params {
 };
 
 /**
- * \brief HDR public paramterers.
+ * \brief HDR public parameters.
  * \details Struct with all parameters for HDR that can be seet from
- * the CSS API. Currenly, only test parameters are defined.
+ * the CSS API. Currently, only test parameters are defined.
  */
 struct ia_css_hdr_config {
 	struct ia_css_hdr_irradiance_params irradiance; /** HDR irradiance parameters */
-- 
2.39.2 (Apple Git-143)


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

* Re: [PATCH] staging: media/atomisp/pci/isp/kernels/hdr: Fix spelling mistakes in ia_css_hdr_types.h
  2023-12-23  8:31 [PATCH] staging: media/atomisp/pci/isp/kernels/hdr: Fix spelling mistakes in ia_css_hdr_types.h Dipendra Khadka
@ 2023-12-31  9:50 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2023-12-31  9:50 UTC (permalink / raw)
  To: Dipendra Khadka, mchehab, sakari.ailus, gregkh, hpa
  Cc: linux-media, linux-staging, linux-kernel, linux-kernel-mentees

Hi,

On 12/23/23 09:31, Dipendra Khadka wrote:
> codespell reported following spelling mistake
> in ia_css_hdr_types.h below:
> 
> '''
> ./isp/kernels/hdr/ia_css_hdr_types.h:60: paramterers ==> parameters
> ./isp/kernels/hdr/ia_css_hdr_types.h:62: Currenly ==> Currently
> '''
> This patch fixes these spelling mistakes.
> 
> Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>

Thank you for your patch.

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

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

Regards,

Hans




> ---
>  .../media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
> index 175c301ee96a..ecc98686f5cf 100644
> --- a/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
> +++ b/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h
> @@ -57,9 +57,9 @@ struct ia_css_hdr_exclusion_params {
>  };
>  
>  /**
> - * \brief HDR public paramterers.
> + * \brief HDR public parameters.
>   * \details Struct with all parameters for HDR that can be seet from
> - * the CSS API. Currenly, only test parameters are defined.
> + * the CSS API. Currently, only test parameters are defined.
>   */
>  struct ia_css_hdr_config {
>  	struct ia_css_hdr_irradiance_params irradiance; /** HDR irradiance parameters */


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

end of thread, other threads:[~2023-12-31  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  8:31 [PATCH] staging: media/atomisp/pci/isp/kernels/hdr: Fix spelling mistakes in ia_css_hdr_types.h Dipendra Khadka
2023-12-31  9:50 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).