diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-07-16 16:46:10 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-07-28 14:32:26 +0200 |
commit | 548b7509d92d1349b01ed2293dcdde88f3d7a907 (patch) | |
tree | f13e876b7563c7dd97057e558ff4ae7cc08d4191 /drivers/mtd | |
parent | fd29ba6707f9b81e8c79a25f25d76a1d39fd60c9 (diff) | |
download | lwn-548b7509d92d1349b01ed2293dcdde88f3d7a907.tar.gz lwn-548b7509d92d1349b01ed2293dcdde88f3d7a907.zip |
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
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/raw/qcom_nandc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |