On Mon, 2016-02-15 at 10:27 +0530, Viresh Kumar wrote:
> 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 <vire...@kernel.org>
> M:      Nishanth Menon <n...@ti.com>
> M:      Stephen Boyd <sb...@codeaurora.org>
> L:      linux...@vger.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-ker...@lists.linaro.org,
> linux...@vger.kernel.org,
> Viresh Kumar <viresh.ku...@linaro.org>,
> Krzysztof Kozlowski <k.kozlow...@samsung.com>,
> Greg Kroah-Hartman <gre...@linuxfoundation.org>,
> Len Brown <len.br...@intel.com>,
> linux-kernel@vger.kernel.org (open list),
> linux...@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP),
> Nishanth Menon <n...@ti.com>,
> Pavel Machek <pa...@ucw.cz>,
> Stephen Boyd <sb...@codeaurora.org>,
> Viresh Kumar <vire...@kernel.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

Not what I get with current -next:

$ ./scripts/get_maintainer.pl -f Documentation/power/opp.txt 
Viresh Kumar <vire...@kernel.org> (maintainer:OPERATING PERFORMANCE POINTS 
(OPP))
Nishanth Menon <n...@ti.com> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
Stephen Boyd <sb...@codeaurora.org> (maintainer:OPERATING PERFORMANCE POINTS 
(OPP))
"Rafael J. Wysocki" <r...@rjwysocki.net> (supporter:SUSPEND TO RAM)
Len Brown <len.br...@intel.com> (supporter:SUSPEND TO RAM)
Pavel Machek <pa...@ucw.cz> (supporter:SUSPEND TO RAM)
linux...@vger.kernel.org (open list:OPERATING PERFORMANCE POINTS (OPP))
linux-kernel@vger.kernel.org (open list)

Reply via email to