linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: media/atomisp/pci/isp/kernels/macc/macc_1.0: Fix spelling mistakes in ia_css_macc_table.host.c
@ 2023-12-23  8:13 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:13 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_macc_table.host.c below:

'''
./isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c:22: matix ==> matrix
./isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c:39: matix ==> matrix
'''
This patch fixes these spelling mistakes.

Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>
---
 .../pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
index 946b074e8288..d25bf59273ba 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
@@ -19,7 +19,7 @@
 
 /* Multi-Axes Color Correction table for ISP1.
  *	64values = 2x2matrix for 16area, [s2.13]
- *	ineffective: 16 of "identity 2x2 matix" {8192,0,0,8192}
+ *	ineffective: 16 of "identity 2x2 matrix" {8192,0,0,8192}
  */
 const struct ia_css_macc_table default_macc_table = {
 	{
@@ -36,7 +36,7 @@ const struct ia_css_macc_table default_macc_table = {
 
 /* Multi-Axes Color Correction table for ISP2.
  *	64values = 2x2matrix for 16area, [s1.12]
- *	ineffective: 16 of "identity 2x2 matix" {4096,0,0,4096}
+ *	ineffective: 16 of "identity 2x2 matrix" {4096,0,0,4096}
  */
 const struct ia_css_macc_table default_macc2_table = {
 	{
-- 
2.39.2 (Apple Git-143)


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

* Re: [PATCH] staging: media/atomisp/pci/isp/kernels/macc/macc_1.0: Fix spelling mistakes in ia_css_macc_table.host.c
  2023-12-23  8:13 [PATCH] staging: media/atomisp/pci/isp/kernels/macc/macc_1.0: Fix spelling mistakes in ia_css_macc_table.host.c 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:13, Dipendra Khadka wrote:
> codespell reported following spelling mistake
> in ia_css_macc_table.host.c below:
> 
> '''
> ./isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c:22: matix ==> matrix
> ./isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c:39: matix ==> matrix
> '''
> 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



> ---
>  .../pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
> index 946b074e8288..d25bf59273ba 100644
> --- a/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
> +++ b/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c
> @@ -19,7 +19,7 @@
>  
>  /* Multi-Axes Color Correction table for ISP1.
>   *	64values = 2x2matrix for 16area, [s2.13]
> - *	ineffective: 16 of "identity 2x2 matix" {8192,0,0,8192}
> + *	ineffective: 16 of "identity 2x2 matrix" {8192,0,0,8192}
>   */
>  const struct ia_css_macc_table default_macc_table = {
>  	{
> @@ -36,7 +36,7 @@ const struct ia_css_macc_table default_macc_table = {
>  
>  /* Multi-Axes Color Correction table for ISP2.
>   *	64values = 2x2matrix for 16area, [s1.12]
> - *	ineffective: 16 of "identity 2x2 matix" {4096,0,0,4096}
> + *	ineffective: 16 of "identity 2x2 matrix" {4096,0,0,4096}
>   */
>  const struct ia_css_macc_table default_macc2_table = {
>  	{


^ 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:13 [PATCH] staging: media/atomisp/pci/isp/kernels/macc/macc_1.0: Fix spelling mistakes in ia_css_macc_table.host.c 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).