* [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h
@ 2024-12-09 6:40 Liu Jing
2024-12-09 12:20 ` Andy Shevchenko
2025-05-01 14:07 ` Hans de Goede
0 siblings, 2 replies; 3+ messages in thread
From: Liu Jing @ 2024-12-09 6:40 UTC (permalink / raw)
To: andy, hdegoede, mchehab, sakari.ailus, gregkh
Cc: linux-kernel, linux-media, linux-staging, Liu Jing
fix the coefficients spelling error in ia_css_sdis2_types.h
Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
index f37802878528..2bed08435755 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
@@ -19,7 +19,7 @@
#endif
/* DVS 2.0 Coefficient types. This structure contains 4 pointers to
- * arrays that contain the coeffients for each type.
+ * arrays that contain the coefficients for each type.
*/
struct ia_css_dvs2_coef_types {
s16 *odd_real; /** real part of the odd coefficients*/
--
2.27.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h
2024-12-09 6:40 [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h Liu Jing
@ 2024-12-09 12:20 ` Andy Shevchenko
2025-05-01 14:07 ` Hans de Goede
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-12-09 12:20 UTC (permalink / raw)
To: Liu Jing
Cc: andy, hdegoede, mchehab, sakari.ailus, gregkh, linux-kernel,
linux-media, linux-staging
On Mon, Dec 9, 2024 at 8:40 AM Liu Jing <liujing@cmss.chinamobile.com> wrote:
>
> fix the coefficients spelling error in ia_css_sdis2_types.h
Please, respect English grammar and punctuation (here you missed a
capital letter at the beginning and period at the end of the
sentence).
Besides that, can you run the `codespell` tool against the entire
driver and fix others, if any, typos and mistakes?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h
2024-12-09 6:40 [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h Liu Jing
2024-12-09 12:20 ` Andy Shevchenko
@ 2025-05-01 14:07 ` Hans de Goede
1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2025-05-01 14:07 UTC (permalink / raw)
To: Liu Jing, andy, mchehab, sakari.ailus, gregkh
Cc: linux-kernel, linux-media, linux-staging
Hi,
On 9-Dec-24 7:40 AM, Liu Jing wrote:
> fix the coefficients spelling error in ia_css_sdis2_types.h
>
> Signed-off-by: Liu Jing <liujing@cmss.chinamobile.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
>
> diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
> index f37802878528..2bed08435755 100644
> --- a/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
> +++ b/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h
> @@ -19,7 +19,7 @@
> #endif
>
> /* DVS 2.0 Coefficient types. This structure contains 4 pointers to
> - * arrays that contain the coeffients for each type.
> + * arrays that contain the coefficients for each type.
> */
> struct ia_css_dvs2_coef_types {
> s16 *odd_real; /** real part of the odd coefficients*/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-01 14:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 6:40 [PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h Liu Jing
2024-12-09 12:20 ` Andy Shevchenko
2025-05-01 14:07 ` 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