public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 17/18] fs: Fix copyright symbol in printk()
@ 2013-04-22 21:24 Marek Vasut
  2013-04-22 21:30 ` Marek Vasut
  2013-04-22 21:56 ` David Woodhouse
  0 siblings, 2 replies; 6+ messages in thread
From: Marek Vasut @ 2013-04-22 21:24 UTC (permalink / raw)
  To: linux-mtd; +Cc: Marek Vasut, David Woodhouse

Use regular ASCII "(C)" string instead of UTF8 "©" string in
printk() as the later produces the following output on dmesg
instead of the expected one:

  jffs2: version 2.2. (NAND) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: David Woodhouse <dwmw2@infradead.org>
---
 fs/jffs2/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c
index 0defb1c..8916eb8 100644
--- a/fs/jffs2/super.c
+++ b/fs/jffs2/super.c
@@ -381,7 +381,7 @@ static int __init init_jffs2_fs(void)
 #ifdef CONFIG_JFFS2_SUMMARY
 	       " (SUMMARY) "
 #endif
-	       " © 2001-2006 Red Hat, Inc.\n");
+	       " (C) 2001-2006 Red Hat, Inc.\n");
 
 	jffs2_inode_cachep = kmem_cache_create("jffs2_i",
 					     sizeof(struct jffs2_inode_info),
-- 
1.7.10.4

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

end of thread, other threads:[~2013-04-23  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 21:24 [PATCH 17/18] fs: Fix copyright symbol in printk() Marek Vasut
2013-04-22 21:30 ` Marek Vasut
2013-04-22 21:56 ` David Woodhouse
2013-04-22 22:02   ` Marek Vasut
2013-04-23  4:44     ` Ricard Wanderlof
2013-04-23  7:50       ` Brian Norris

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