aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiangshan Yi <[email protected]>2022-09-05 14:32:32 +0800
committerMiquel Raynal <[email protected]>2022-09-21 10:38:47 +0200
commit36ac78cea96bab6f93ddd6fdc56b734e0c5db8cc (patch)
tree6ea9a90ac4099eac68bf06bd03b4d04027ba3749
parenta2d0e5c67b4390614e5f82cf813d0caf9ae5dcc1 (diff)
mtd: rawnand: bcm47xx: fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <[email protected]> Signed-off-by: Jiangshan Yi <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r--drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
index 8bb17c5a66c3..6487dfc64258 100644
--- a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
+++ b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
@@ -14,7 +14,7 @@
#include <linux/bcma/bcma.h>
/* Broadcom uses 1'000'000 but it seems to be too many. Tests on WNDR4500 has
- * shown ~1000 retries as maxiumum. */
+ * shown ~1000 retries as maximum. */
#define NFLASH_READY_RETRIES 10000
#define NFLASH_SECTOR_SIZE 512