2018-09-11 12:43:15

by Colin King

[permalink] [raw]
Subject: [PATCH] mtd: Kconfig: fix spelling mistake "partions" -> "partition"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in the Kconfig text

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/mtd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index c77f537323ec..28b079f20b4b 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -144,7 +144,7 @@ config MTD_BCM63XX_PARTS
depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
select CRC32
help
- This provides partions parsing for BCM63xx devices with CFE
+ This provides partition parsing for BCM63xx devices with CFE
bootloaders.

config MTD_BCM47XX_PARTS
--
2.17.1



2018-11-09 11:10:06

by Boris Brezillon

[permalink] [raw]
Subject: Re: mtd: Kconfig: fix spelling mistake "partions" -> "partition"

On Tue, 2018-09-11 at 12:42:34 UTC, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in the Kconfig text
>
> Signed-off-by: Colin Ian King <[email protected]>

Applied to http://git.infradead.org/linux-mtd.git mtd/next, thanks.

Thanks!