mtd: rawnand: qcom: Fix a typo
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 16 Jul 2023 14:46:10 +0000 (16:46 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 28 Jul 2023 12:32:26 +0000 (14:32 +0200)
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>
Link: https://lore.kernel.org/linux-mtd/20230716144612.32132-7-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/qcom_nandc.c

index 3adc40e..cb6ccaa 100644 (file)
@@ -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;