diff mbox series

ixp4xx: fix spelling mistake in Kconfig "Devce" -> "Device"

Message ID 20201207155106.172057-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series ixp4xx: fix spelling mistake in Kconfig "Devce" -> "Device" | expand

Commit Message

Colin King Dec. 7, 2020, 3:51 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is spelling mistake in the prompt text in the Kconfig. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/mach-ixp4xx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij May 27, 2021, 1:45 p.m. UTC | #1
On Mon, Dec 7, 2020 at 4:51 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is spelling mistake in the prompt text in the Kconfig. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..7cf06c4fd8e7 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -7,7 +7,7 @@  comment "IXP4xx Platforms"
 
 config MACH_IXP4XX_OF
 	bool
-	prompt "Devce Tree IXP4xx boards"
+	prompt "Device Tree IXP4xx boards"
 	default y
 	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
 	select I2C