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 <[email protected]> M: Nishanth Menon <[email protected]> M: Stephen Boyd <[email protected]> L: [email protected] 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: [email protected], [email protected], Viresh Kumar <[email protected]>, Krzysztof Kozlowski <[email protected]>, Greg Kroah-Hartman <[email protected]>, Len Brown <[email protected]>, [email protected] (open list), [email protected]) (open list:OPERATING PERFORMANCE POINTS (OPP), Nishanth Menon <[email protected]>, Pavel Machek <[email protected]>, Stephen Boyd <[email protected]>, Viresh Kumar <[email protected]> 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

