mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Vaishali Thakkar <vaishali.thakkar@oracle.com>,
	linux-kernel@vger.kernel.org
Subject: Re: Failing of the script get_maintainer.pl
Date: Wed, 02 Nov 2016 09:58:05 -0700	[thread overview]
Message-ID: <1478105885.23018.47.camel@perches.com> (raw)
In-Reply-To: <581A1645.70700@oracle.com>

On Wed, 2016-11-02 at 22:07 +0530, Vaishali Thakkar wrote:
> Hi,
> 
> The script get_maintainer.pl fails with the following message/warning:
> 
> Unrecognized character \xA0; marked by <-- HERE after <-- HERE near column 1 at scripts/get_maintainer.pl line 277.
> 
> This seems to be because of the commit b67071653d3fc9f9b73aab3e7978f060728bf392.
> 
> Any idea about the solution(s)?

Unfortunately, Evolution is a horribly broken email client
for sending patches.

It's been fixed at least in Andrew Morton's mm, and it
should be in -next soonish.

You could do a sed until then:

$ sed -i -e "s/\xA0/ /g" scripts/get_maintainer.pl

  reply	other threads:[~2016-11-02 16:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-02 16:37 Vaishali Thakkar
2016-11-02 16:58 ` Joe Perches [this message]
2016-11-02 17:33   ` Vaishali Thakkar

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=1478105885.23018.47.camel@perches.com \
    --to=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vaishali.thakkar@oracle.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome