projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd29ba6
)
mtd: rawnand: qcom: Fix a typo
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Sun, 16 Jul 2023 14:46:10 +0000
(16:46 +0200)
committer
Miquel 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
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/qcom_nandc.c
b/drivers/mtd/nand/raw/qcom_nandc.c
index 3adc40ef5cf6ee2bb88753eacd5520e0f26a5d31..cb6ccaa19224de52c4b442708c5c9a70a0b30b7d 100644
(file)
--- 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 tran
as
ction will be allocated with
+ * be freed and the next BAM tran
sa
ction will be allocated with
* maximum codeword size
*/
nandc->max_cwperpage = 1;