Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1513963 > unrolled thread
| Started by | Vaishali Thakkar <vaishali.thakkar@oracle.com> |
|---|---|
| First post | 2016-11-02 17:40 +0100 |
| Last post | 2016-11-02 18:40 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
Failing of the script get_maintainer.pl Vaishali Thakkar <vaishali.thakkar@oracle.com> - 2016-11-02 17:40 +0100
Re: Failing of the script get_maintainer.pl Joe Perches <joe@perches.com> - 2016-11-02 18:00 +0100
Re: Failing of the script get_maintainer.pl Vaishali Thakkar <vaishali.thakkar@oracle.com> - 2016-11-02 18:40 +0100
| From | Vaishali Thakkar <vaishali.thakkar@oracle.com> |
|---|---|
| Date | 2016-11-02 17:40 +0100 |
| Subject | Failing of the script get_maintainer.pl |
| Message-ID | <sz6JZ-gg-69@gated-at.bofh.it> |
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)? Thank you. -- Vaishali
[toc] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2016-11-02 18:00 +0100 |
| Message-ID | <sz73j-n4-15@gated-at.bofh.it> |
| In reply to | #1513963 |
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
[toc] | [prev] | [next] | [standalone]
| From | Vaishali Thakkar <vaishali.thakkar@oracle.com> |
|---|---|
| Date | 2016-11-02 18:40 +0100 |
| Message-ID | <sz7G1-Pf-17@gated-at.bofh.it> |
| In reply to | #1513979 |
On Wednesday 02 November 2016 10:28 PM, Joe Perches wrote: > 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 Ok, makes sense. Thanks. > -- Vaishali
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web