Hi Shuah, Em Fri, 22 May 2020 20:19:28 -0600 Shuah Khan <sk...@linuxfoundation.org> escreveu:
> get_maintainer.pl picks only the first email address found in the file. > Reorder my email addresses so it finds my linuxfoundation.org email. Next time someone would run the ordering script again, this patch would need to be re-applied. Instead, why don't you just use a single e-mail at the maintainer's entry and place the other one at the .mailmap file? > > Signed-off-by: Shuah Khan <sk...@linuxfoundation.org> > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ecc0749810b0..dbad8b18bfe6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4404,8 +4404,8 @@ F: include/linux/cpuidle.h > > CPU POWER MONITORING SUBSYSTEM > M: Thomas Renninger <tr...@suse.com> > -M: Shuah Khan <sh...@kernel.org> > M: Shuah Khan <sk...@linuxfoundation.org> > +M: Shuah Khan <sh...@kernel.org> > L: linux...@vger.kernel.org > S: Maintained > F: tools/power/cpupower/ > @@ -9238,8 +9238,8 @@ F: include/uapi/linux/sunrpc/ > F: net/sunrpc/ > > KERNEL SELFTEST FRAMEWORK > -M: Shuah Khan <sh...@kernel.org> > M: Shuah Khan <sk...@linuxfoundation.org> > +M: Shuah Khan <sh...@kernel.org> > L: linux-kselft...@vger.kernel.org > S: Maintained > Q: https://patchwork.kernel.org/project/linux-kselftest/list/ > @@ -17484,8 +17484,8 @@ F: drivers/usb/common/usb-otg-fsm.c > > USB OVER IP DRIVER > M: Valentina Manea <valentina.mane...@gmail.com> > -M: Shuah Khan <sh...@kernel.org> > M: Shuah Khan <sk...@linuxfoundation.org> > +M: Shuah Khan <sh...@kernel.org> > L: linux-...@vger.kernel.org > S: Maintained > F: Documentation/usb/usbip_protocol.rst Thanks, Mauro