Skip to content

Commit 548b750

Browse files
committed
mtd: rawnand: qcom: Fix a typo
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
1 parent fd29ba6 commit 548b750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/nand/raw/qcom_nandc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,7 @@ static int qcom_nandc_alloc(struct qcom_nand_controller *nandc)
31443144
/*
31453145
* Initially allocate BAM transaction to read ONFI param page.
31463146
* After detecting all the devices, this BAM transaction will
3147-
* be freed and the next BAM tranasction will be allocated with
3147+
* be freed and the next BAM transaction will be allocated with
31483148
* maximum codeword size
31493149
*/
31503150
nandc->max_cwperpage = 1;

0 commit comments

Comments
 (0)