diff mbox series

mtd: Fix spelling typo in comment

Message ID 20220906134204.4119-1-wangdeming@inspur.com
State Changes Requested
Headers show
Series mtd: Fix spelling typo in comment | expand

Commit Message

Deming Wang Sept. 6, 2022, 1:42 p.m. UTC
Modify the maxiumum to maximum

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


base-commit: 840126e36e8ff272cb63158646433fa1324533d9

Comments

Miquel Raynal Sept. 19, 2022, 4:03 p.m. UTC | #1
Hi Deming,

wangdeming@inspur.com wrote on Tue, 6 Sep 2022 09:42:04 -0400:

> Modify the maxiumum to maximum
> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
> index 8bb17c5a66c3..276c529014d5 100644
> --- a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
> +++ b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
> @@ -14,7 +14,8 @@
>  #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
> 
> base-commit: 840126e36e8ff272cb63158646433fa1324533d9

Thanks for the patch but there is an identical commit received one day
before.

Thanks,
Miquèl
diff mbox series

Patch

diff --git a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
index 8bb17c5a66c3..276c529014d5 100644
--- a/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
+++ b/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c
@@ -14,7 +14,8 @@ 
 #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