From: Marek Vasut <marex@denx.de>
To: linux-mtd@lists.infradead.org
Cc: David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 17/18] fs: Fix copyright symbol in printk()
Date: Mon, 22 Apr 2013 23:30:08 +0200 [thread overview]
Message-ID: <201304222330.08876.marex@denx.de> (raw)
In-Reply-To: <1366665870-8998-1-git-send-email-marex@denx.de>
Dear Marek Vasut,
you're such a moron, leaving that 17/18 stuff in the subject ... at least be
sorry for confusing others! :-/
> 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>
... yes, I'm sorry :-(
> ---
> 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),
Best regards,
Marek Vasut
next prev parent reply other threads:[~2013-04-22 21:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-22 21:24 [PATCH 17/18] fs: Fix copyright symbol in printk() Marek Vasut
2013-04-22 21:30 ` Marek Vasut [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201304222330.08876.marex@denx.de \
--to=marex@denx.de \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.