* [PATCH v2] staging: media: fix spelling mistakes
@ 2024-10-02 15:22 Hridesh MG
2024-10-02 15:53 ` Dan Carpenter
2024-10-03 6:52 ` Hans Verkuil
0 siblings, 2 replies; 5+ messages in thread
From: Hridesh MG @ 2024-10-02 15:22 UTC (permalink / raw)
To: linux-media, linux-staging, linux-kernel, kernel-janitors
Cc: Hridesh MG, Sakari Ailus, Bingbu Cao, Tianshu Qiu,
Mauro Carvalho Chehab, Greg Kroah-Hartman, Shuah Khan
Fix three minor spelling/grammar issues:
chunck -> chunk
procotol -> protocol
follow -> following
Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
Changelog
v1 -> v2: Move the changes from meta notes to commit
message.
---
drivers/staging/media/ipu3/ipu3-css-params.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/ipu3/ipu3-css-params.c b/drivers/staging/media/ipu3/ipu3-css-params.c
index 34f574b0b521..af4205f4b038 100644
--- a/drivers/staging/media/ipu3/ipu3-css-params.c
+++ b/drivers/staging/media/ipu3/ipu3-css-params.c
@@ -639,7 +639,7 @@ static int imgu_css_osys_calc_frame_and_stripe_params(
/*
* FW workaround for a HW bug: if the first
* chroma pixel is generated exactly at the end
- * of chunck scaler HW may not output the pixel
+ * of chunk scaler HW may not output the pixel
* for downscale factors smaller than 1.5
* (timing issue).
*/
@@ -1416,7 +1416,7 @@ imgu_css_shd_ops_calc(struct imgu_abi_shd_intra_frame_operations_data *ops,
}
/*
- * The follow handshake procotol is the same for AF, AWB and AWB FR.
+ * The following handshake protocol is the same for AF, AWB and AWB FR.
*
* for n sets of meta-data, the flow is:
* --> init
--
2.46.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] staging: media: fix spelling mistakes
2024-10-02 15:22 [PATCH v2] staging: media: fix spelling mistakes Hridesh MG
@ 2024-10-02 15:53 ` Dan Carpenter
2024-10-03 6:52 ` Hans Verkuil
1 sibling, 0 replies; 5+ messages in thread
From: Dan Carpenter @ 2024-10-02 15:53 UTC (permalink / raw)
To: Hridesh MG
Cc: linux-media, linux-staging, linux-kernel, kernel-janitors,
Sakari Ailus, Bingbu Cao, Tianshu Qiu, Mauro Carvalho Chehab,
Greg Kroah-Hartman, Shuah Khan
On Wed, Oct 02, 2024 at 08:52:30PM +0530, Hridesh MG wrote:
> Fix three minor spelling/grammar issues:
> chunck -> chunk
> procotol -> protocol
> follow -> following
>
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>
> ---
Thanks!
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
regards,
dan carpenter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] staging: media: fix spelling mistakes
2024-10-02 15:22 [PATCH v2] staging: media: fix spelling mistakes Hridesh MG
2024-10-02 15:53 ` Dan Carpenter
@ 2024-10-03 6:52 ` Hans Verkuil
2024-10-03 8:37 ` Sakari Ailus
1 sibling, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2024-10-03 6:52 UTC (permalink / raw)
To: Hridesh MG, linux-media, linux-staging, linux-kernel,
kernel-janitors
Cc: Sakari Ailus, Bingbu Cao, Tianshu Qiu, Mauro Carvalho Chehab,
Greg Kroah-Hartman, Shuah Khan
On 02/10/2024 17:22, Hridesh MG wrote:
> Fix three minor spelling/grammar issues:
> chunck -> chunk
> procotol -> protocol
> follow -> following
>
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>
Please always include the driver name in the Subject:
staging: media: ipu3:
That way the ipu3 maintainer will notice the patch.
Regards,
Hans
> ---
> Changelog
> v1 -> v2: Move the changes from meta notes to commit
> message.
> ---
> drivers/staging/media/ipu3/ipu3-css-params.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/media/ipu3/ipu3-css-params.c b/drivers/staging/media/ipu3/ipu3-css-params.c
> index 34f574b0b521..af4205f4b038 100644
> --- a/drivers/staging/media/ipu3/ipu3-css-params.c
> +++ b/drivers/staging/media/ipu3/ipu3-css-params.c
> @@ -639,7 +639,7 @@ static int imgu_css_osys_calc_frame_and_stripe_params(
> /*
> * FW workaround for a HW bug: if the first
> * chroma pixel is generated exactly at the end
> - * of chunck scaler HW may not output the pixel
> + * of chunk scaler HW may not output the pixel
> * for downscale factors smaller than 1.5
> * (timing issue).
> */
> @@ -1416,7 +1416,7 @@ imgu_css_shd_ops_calc(struct imgu_abi_shd_intra_frame_operations_data *ops,
> }
>
> /*
> - * The follow handshake procotol is the same for AF, AWB and AWB FR.
> + * The following handshake protocol is the same for AF, AWB and AWB FR.
> *
> * for n sets of meta-data, the flow is:
> * --> init
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] staging: media: fix spelling mistakes
2024-10-03 6:52 ` Hans Verkuil
@ 2024-10-03 8:37 ` Sakari Ailus
2024-10-03 17:07 ` Hridesh MG
0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2024-10-03 8:37 UTC (permalink / raw)
To: Hans Verkuil
Cc: Hridesh MG, linux-media, linux-staging, linux-kernel,
kernel-janitors, Bingbu Cao, Tianshu Qiu, Mauro Carvalho Chehab,
Greg Kroah-Hartman, Shuah Khan
On Thu, Oct 03, 2024 at 08:52:02AM +0200, Hans Verkuil wrote:
> On 02/10/2024 17:22, Hridesh MG wrote:
> > Fix three minor spelling/grammar issues:
> > chunck -> chunk
> > procotol -> protocol
> > follow -> following
> >
> > Signed-off-by: Hridesh MG <hridesh699@gmail.com>
>
> Please always include the driver name in the Subject:
>
> staging: media: ipu3:
>
> That way the ipu3 maintainer will notice the patch.
Well I was cc'd. ;)
I can fix that while applying, no need for v3...
Hridesh: it's a good idea to check which subject prefix is used for a
driver in the commit log, too.
--
Sakari Ailus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] staging: media: fix spelling mistakes
2024-10-03 8:37 ` Sakari Ailus
@ 2024-10-03 17:07 ` Hridesh MG
0 siblings, 0 replies; 5+ messages in thread
From: Hridesh MG @ 2024-10-03 17:07 UTC (permalink / raw)
To: Sakari Ailus
Cc: Hans Verkuil, linux-media, linux-staging, linux-kernel,
kernel-janitors, Bingbu Cao, Tianshu Qiu, Mauro Carvalho Chehab,
Greg Kroah-Hartman, Shuah Khan
On 24/10/03 08:37AM, Sakari Ailus wrote:
>I can fix that while applying, no need for v3...
>
>Hridesh: it's a good idea to check which subject prefix is used for a
>driver in the commit log, too.
Will do, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-03 17:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 15:22 [PATCH v2] staging: media: fix spelling mistakes Hridesh MG
2024-10-02 15:53 ` Dan Carpenter
2024-10-03 6:52 ` Hans Verkuil
2024-10-03 8:37 ` Sakari Ailus
2024-10-03 17:07 ` Hridesh MG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox