public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG]: get-maintainers unable to respect parenthesis in subsystem name
@ 2016-02-15  4:57 Viresh Kumar
  2016-02-15  5:42 ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Viresh Kumar @ 2016-02-15  4:57 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linux Kernel Mailing List, Rafael J. Wysocki

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@kernel.org>
M:      Nishanth Menon <nm@ti.com>
M:      Stephen Boyd <sboyd@codeaurora.org>
L:      linux-pm@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-kernel@lists.linaro.org,
linux-pm@vger.kernel.org,
Viresh Kumar <viresh.kumar@linaro.org>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Len Brown <len.brown@intel.com>,
linux-kernel@vger.kernel.org (open list),
linux-pm@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP),
Nishanth Menon <nm@ti.com>,
Pavel Machek <pavel@ucw.cz>,
Stephen Boyd <sboyd@codeaurora.org>,
Viresh Kumar <vireshk@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-15  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15  4:57 [BUG]: get-maintainers unable to respect parenthesis in subsystem name Viresh Kumar
2016-02-15  5:42 ` Joe Perches
2016-02-15  6:37   ` Viresh Kumar
2016-02-15  7:36     ` Joe Perches
2016-02-15  8:18       ` Viresh Kumar
2016-02-15  8:30         ` Joe Perches
2016-02-15  8:43           ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox