On 1/21/25 16:36, Marek Vasut wrote:
Replace Maximumm with Maximum in Kconfig symbol description, fix a typo.
No functional change.
Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Anurag Dutta <[email protected]>
Cc: Christoph Niedermaier <[email protected]>
Cc: Francesco Dolcini <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Cc: Hiago De Franco <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Peter Robinson <[email protected]>
Cc: Quentin Schulz <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Venkatesh Yadav Abbarapu <[email protected]>
Cc: [email protected]
---
drivers/block/Kconfig | 2 +-
drivers/mtd/Kconfig | 2 +-
env/Kconfig | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index cc75bad02b8..750b0bd2082 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -147,7 +147,7 @@ config IDE
if IDE
config SYS_IDE_MAXBUS
- hex "Maximumm number of IDE buses"
+ hex "Maximum number of IDE buses"
default 2
help
This is the number of IDE buses provided by the board. Each one
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 185e8346213..2b7f5e5ed7b 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -216,7 +216,7 @@ config STM32_FLASH
STM32 MCU.
config SYS_MAX_FLASH_SECT
- int "Maximumm number of sectors on a flash chip"
+ int "Maximum number of sectors on a flash chip"
depends on MTD_NOR_FLASH || FLASH_CFI_DRIVER
default 512
diff --git a/env/Kconfig b/env/Kconfig
index aaf0b1fe9ac..4438f0b392c 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -60,7 +60,7 @@ config ENV_MIN_ENTRIES
to store the environment settings.
config ENV_MAX_ENTRIES
- int "Maximumm number of entries in the environment hashtable"
+ int "Maximum number of entries in the environment hashtable"
default 512
help
Maximum number of entries in the hash table that is used internally
Reviewed-by: Michal Simek <[email protected]>
Thanks,
Michal