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