scripts/get_maintainer.pl: better email name quoting
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1b5e1cf64a
commit
d789504ab0
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ sub format_email {
|
|||
my ($name, $email) = @_;
|
||||
|
||||
$name =~ s/^\s+|\s+$//g;
|
||||
$name =~ s/^\"|\"$//g;
|
||||
$email =~ s/^\s+|\s+$//g;
|
||||
|
||||
my $formatted_email = "";
|
||||
|
|
Loading…
Reference in a new issue