[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7366c990d4352e093ff7d17953079d7f0420c3a9.camel@perches.com>
Date: Fri, 22 May 2020 19:26:58 -0700
From: Joe Perches <joe@...ches.com>
To: Shuah Khan <skhan@...uxfoundation.org>, mchehab+huawei@...nel.org,
davem@...emloft.net, robh@...nel.org, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MAINTAINERS: Update my maintainer entries to reorder
email addresses
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 <valentina.manea.m@...il.com> (maintainer:USB OVER IP DRIVER)
Shuah Khan <shuah@...nel.org> (maintainer:USB OVER IP DRIVER)
Greg Kroah-Hartman <gregkh@...uxfoundation.org> (supporter:USB SUBSYSTEM)
Jonathan Corbet <corbet@....net> (maintainer:DOCUMENTATION)
linux-usb@...r.kernel.org (open list:USB OVER IP DRIVER)
linux-doc@...r.kernel.org (open list:DOCUMENTATION)
linux-kernel@...r.kernel.org (open list)
vs:
$ ./scripts/get_maintainer.pl --noremove-duplicates -f Documentation/usb/usbip_protocol.rst
Valentina Manea <valentina.manea.m@...il.com> (maintainer:USB OVER IP DRIVER)
Shuah Khan <shuah@...nel.org> (maintainer:USB OVER IP DRIVER)
Shuah Khan <skhan@...uxfoundation.org> (maintainer:USB OVER IP DRIVER)
Greg Kroah-Hartman <gregkh@...uxfoundation.org> (supporter:USB SUBSYSTEM)
Jonathan Corbet <corbet@....net> (maintainer:DOCUMENTATION)
linux-usb@...r.kernel.org (open list:USB OVER IP DRIVER)
linux-doc@...r.kernel.org (open list:DOCUMENTATION)
linux-kernel@...r.kernel.org (open list)
Powered by blists - more mailing lists