OSDN Git Service

MAINTAINERS: sort field names for all entries
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2020 18:04:58 +0000 (11:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2020 18:04:58 +0000 (11:04 -0700)
commit3b50142d8528e1efc1c07f69c540f926c58ab3ad
treee2b4ce2e75bd32e915ee5a045e493307bc2e81d6
parent4400b7d68f6ea4b8392ddc8b3d0242a114e8a639
MAINTAINERS: sort field names for all entries

This sorts the actual field names too, potentially causing even more
chaos and confusion at merge time if you have edited the MAINTAINERS
file.  But the end result is a more consistent layout, and hopefully
it's a one-time pain minimized by doing this just before the -rc1
release.

This was entirely scripted:

  ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order

Requested-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
MAINTAINERS