[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKohpon0jcn9yRbpC5Uhaf3abiE+7U=fJOuNF5C162wiO9Fgog@mail.gmail.com>
Date: Mon, 15 Feb 2016 10:27:04 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Joe Perches <joe@...ches.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>
Subject: [BUG]: get-maintainers unable to respect parenthesis in subsystem name
Hi Joe,
I used get-maintainers today to submit few patches for OPP framework
and that is defined as below in MAINTAINERS:
OPERATING PERFORMANCE POINTS (OPP)
M: Viresh Kumar <vireshk@...nel.org>
M: Nishanth Menon <nm@...com>
M: Stephen Boyd <sboyd@...eaurora.org>
L: linux-pm@...r.kernel.org
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
F: drivers/base/power/opp/
F: include/linux/pm_opp.h
F: Documentation/power/opp.txt
F: Documentation/devicetree/bindings/opp/
The parenthesis in the subsystem-name causes the cc list to look like:
Cc: linaro-kernel@...ts.linaro.org,
linux-pm@...r.kernel.org,
Viresh Kumar <viresh.kumar@...aro.org>,
Krzysztof Kozlowski <k.kozlowski@...sung.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Len Brown <len.brown@...el.com>,
linux-kernel@...r.kernel.org (open list),
linux-pm@...r.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP),
Nishanth Menon <nm@...com>,
Pavel Machek <pavel@....cz>,
Stephen Boyd <sboyd@...eaurora.org>,
Viresh Kumar <vireshk@...nel.org>
Look at the second linux-pm entry here, it adds a ')' at the end of
the list's address
and removes it from the end of the line.
And so that becomes an invalid address to git-send-email.
Dropping () from the subsystem name fixes it though..
Thanks
--
viresh
Powered by blists - more mailing lists