[PATCH] staging: media: fix spelling mistakes

Hridesh MG posted 1 patch 1 month, 3 weeks ago
There is a newer version of this series
drivers/staging/media/ipu3/ipu3-css-params.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] staging: media: fix spelling mistakes
Posted by Hridesh MG 1 month, 3 weeks ago
fix two minor spelling/grammar issues

Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
Fixes:
	chunck -> chunk
	procotol -> protocol
---
 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
Re: [PATCH] staging: media: fix spelling mistakes
Posted by Dan Carpenter 1 month, 3 weeks ago
On Wed, Oct 02, 2024 at 03:41:04PM +0530, Hridesh MG wrote:
> fix two minor spelling/grammar issues
> 
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>
> ---
> Fixes:
> 	chunck -> chunk
> 	procotol -> protocol

The other thing which changed it "follow -> following".  Put this information in
the commit message instead of the meta notes.  Probably avoid Using "Fixes:"
like that because it's not an English sentence and it looks like a Fixes: tag.

Fix three minor spelling/grammar issues:
	chunck -> chunk
	follow -> following
	procotol -> protocol

regards,
dan carpenter
Re: [PATCH] staging: media: fix spelling mistakes
Posted by Sakari Ailus 1 month, 3 weeks ago
Hi Hridesh,

On Wed, Oct 02, 2024 at 03:41:04PM +0530, Hridesh MG wrote:
> fix two minor spelling/grammar issues

Sentences begin with a capital letter and end in a period (.).

Looks fine otherwise. So please pay attention to the commit message.

-- 
Kind regards,

Sakari Ailus