public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: Kconfig: drop utf8 characters
@ 2012-11-26 23:07 Wolfram Sang
  2012-11-26 23:18 ` Scott Wood
  2012-12-03 13:28 ` Artem Bityutskiy
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfram Sang @ 2012-11-26 23:07 UTC (permalink / raw)
  To: linux-mtd; +Cc: Wolfram Sang, Martin Walch

The Linux Kernel Configuration system (lkc) expects 8 bit characters
only (declared in scripts/kconfig/zconf.l: %option 8bit). Fix two flaws
that cause minor glitches like broken characters in xconfig.

Reported-by: Martin Walch <walch.martin@web.de>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
---

Fixes bugzilla entry #43067

 drivers/mtd/nand/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 4883139..5a5bae7 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -354,12 +354,12 @@ config MTD_NAND_SHARPSL
 	depends on ARCH_PXA
 
 config MTD_NAND_CAFE
-	tristate "NAND support for OLPC CAFÉ chip"
+	tristate "NAND support for OLPC CAFE chip"
 	depends on PCI
 	select REED_SOLOMON
 	select REED_SOLOMON_DEC16
 	help
-	  Use NAND flash attached to the CAFÉ chip designed for the OLPC
+	  Use NAND flash attached to the CAFE chip designed for the OLPC
 	  laptop.
 
 config MTD_NAND_CS553X
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-15 10:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 23:07 [PATCH] mtd: nand: Kconfig: drop utf8 characters Wolfram Sang
2012-11-26 23:18 ` Scott Wood
2012-12-03 13:29   ` Artem Bityutskiy
2012-12-03 13:29     ` Wolfram Sang
2012-12-17  3:27     ` Martin Walch
2013-01-15 10:40       ` Artem Bityutskiy
2013-01-15 11:00         ` Artem Bityutskiy
2012-12-03 13:28 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox