diff options
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rwxr-xr-x | contrib/check-MAINTAINERS.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 55e33427b91..6b9e4f30732 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -961,8 +961,8 @@ Immad Mir <mir@sourceware.org> Gaius Mulley <gaiusmod2@gmail.com> Szabolcs Nagy <nsz@gcc.gnu.org> Mikael Pettersson <mikpelinux@gmail.com> -Andrew Pinski <quic_apinski@quicinc.com> Andrew Pinski <andrew.pinski@oss.qualcomm.com> +Andrew Pinski <quic_apinski@quicinc.com> Siddhesh Poyarekar <siddhesh@gotplt.org> Ramana Radhakrishnan <ramanara@nvidia.com> Navid Rahimi <navidr@gcc.gnu.org> diff --git a/contrib/check-MAINTAINERS.py b/contrib/check-MAINTAINERS.py index ba2cdb40129..881c7570ac2 100755 --- a/contrib/check-MAINTAINERS.py +++ b/contrib/check-MAINTAINERS.py @@ -19,8 +19,8 @@ # the Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -# Check that names in the file are sorted -# alphabetically by surname. +# Check that names in the file are sorted alphabetically by surname, name +# bugzilla handle and email (in this order). import locale import sys |
