summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-01-21 16:36:11 +0100
committerTom Rini <[email protected]>2025-01-24 14:15:05 -0600
commit87f9f591befd059d6444c8c17970bbf64c9237ad (patch)
treec7fc0b07a4ce213ec453760c9736658d76d946cc /drivers
parent8fcb7a883231ac573a2e3ee0a44dee07b463cbc3 (diff)
treewide: Replace Maximumm with Maximum in Kconfig symbol description
Replace Maximumm with Maximum in Kconfig symbol description, fix a typo. No functional change. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/Kconfig2
-rw-r--r--drivers/mtd/Kconfig2
2 files changed, 2 insertions, 2 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