On Fri, 2020-05-22 at 20:19 -0600, Shuah Khan wrote: > get_maintainer.pl picks only the first email address found in the file. > Reorder my email addresses so it finds my linuxfoundation.org email.
OK. btw: --noremove-duplicates is also an option. For instance: $ ./scripts/get_maintainer.pl -f Documentation/usb/usbip_protocol.rst Valentina Manea <[email protected]> (maintainer:USB OVER IP DRIVER) Shuah Khan <[email protected]> (maintainer:USB OVER IP DRIVER) Greg Kroah-Hartman <[email protected]> (supporter:USB SUBSYSTEM) Jonathan Corbet <[email protected]> (maintainer:DOCUMENTATION) [email protected] (open list:USB OVER IP DRIVER) [email protected] (open list:DOCUMENTATION) [email protected] (open list) vs: $ ./scripts/get_maintainer.pl --noremove-duplicates -f Documentation/usb/usbip_protocol.rst Valentina Manea <[email protected]> (maintainer:USB OVER IP DRIVER) Shuah Khan <[email protected]> (maintainer:USB OVER IP DRIVER) Shuah Khan <[email protected]> (maintainer:USB OVER IP DRIVER) Greg Kroah-Hartman <[email protected]> (supporter:USB SUBSYSTEM) Jonathan Corbet <[email protected]> (maintainer:DOCUMENTATION) [email protected] (open list:USB OVER IP DRIVER) [email protected] (open list:DOCUMENTATION) [email protected] (open list)

