diff mbox series

[6/8] mtd: rawnand: qcom: Fix a typo

Message ID 20230716144612.32132-7-miquel.raynal@bootlin.com (mailing list archive)
State New, archived
Headers show
Series mtd: rawnand: qcom: Misc fixes | expand

Commit Message

Miquel Raynal July 16, 2023, 2:46 p.m. UTC
Fix the following checkpatch warning:
	CHECK: 'tranasction' may be misspelled - perhaps 'transaction'?

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/mtd/nand/raw/qcom_nandc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Manivannan Sadhasivam July 17, 2023, 2:30 a.m. UTC | #1
On Sun, Jul 16, 2023 at 04:46:10PM +0200, Miquel Raynal wrote:
> Fix the following checkpatch warning:
> 	CHECK: 'tranasction' may be misspelled - perhaps 'transaction'?
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Acked-by: Manivannan Sadhasivam <mani@kernel.org>

- Mani

> ---
>  drivers/mtd/nand/raw/qcom_nandc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/qcom_nandc.c b/drivers/mtd/nand/raw/qcom_nandc.c
> index 3adc40ef5cf6..cb6ccaa19224 100644
> --- a/drivers/mtd/nand/raw/qcom_nandc.c
> +++ b/drivers/mtd/nand/raw/qcom_nandc.c
> @@ -3144,7 +3144,7 @@ static int qcom_nandc_alloc(struct qcom_nand_controller *nandc)
>  		/*
>  		 * Initially allocate BAM transaction to read ONFI param page.
>  		 * After detecting all the devices, this BAM transaction will
> -		 * be freed and the next BAM tranasction will be allocated with
> +		 * be freed and the next BAM transaction will be allocated with
>  		 * maximum codeword size
>  		 */
>  		nandc->max_cwperpage = 1;
> -- 
> 2.34.1
>
Tudor Ambarus July 28, 2023, 2:22 a.m. UTC | #2
On 7/16/23 15:46, Miquel Raynal wrote:
> Fix the following checkpatch warning:
> 	CHECK: 'tranasction' may be misspelled - perhaps 'transaction'?
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
> ---
>  drivers/mtd/nand/raw/qcom_nandc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/qcom_nandc.c b/drivers/mtd/nand/raw/qcom_nandc.c
> index 3adc40ef5cf6..cb6ccaa19224 100644
> --- a/drivers/mtd/nand/raw/qcom_nandc.c
> +++ b/drivers/mtd/nand/raw/qcom_nandc.c
> @@ -3144,7 +3144,7 @@ static int qcom_nandc_alloc(struct qcom_nand_controller *nandc)
>  		/*
>  		 * Initially allocate BAM transaction to read ONFI param page.
>  		 * After detecting all the devices, this BAM transaction will
> -		 * be freed and the next BAM tranasction will be allocated with
> +		 * be freed and the next BAM transaction will be allocated with
>  		 * maximum codeword size
>  		 */
>  		nandc->max_cwperpage = 1;
Miquel Raynal July 28, 2023, 12:34 p.m. UTC | #3
On Sun, 2023-07-16 at 14:46:10 UTC, Miquel Raynal wrote:
> Fix the following checkpatch warning:
> 	CHECK: 'tranasction' may be misspelled - perhaps 'transaction'?
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> Acked-by: Manivannan Sadhasivam <mani@kernel.org>
> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next.

Miquel
diff mbox series

Patch

diff --git a/drivers/mtd/nand/raw/qcom_nandc.c b/drivers/mtd/nand/raw/qcom_nandc.c
index 3adc40ef5cf6..cb6ccaa19224 100644
--- a/drivers/mtd/nand/raw/qcom_nandc.c
+++ b/drivers/mtd/nand/raw/qcom_nandc.c
@@ -3144,7 +3144,7 @@  static int qcom_nandc_alloc(struct qcom_nand_controller *nandc)
 		/*
 		 * Initially allocate BAM transaction to read ONFI param page.
 		 * After detecting all the devices, this BAM transaction will
-		 * be freed and the next BAM tranasction will be allocated with
+		 * be freed and the next BAM transaction will be allocated with
 		 * maximum codeword size
 		 */
 		nandc->max_cwperpage = 1;