]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbcd4fa35337915cdb2d56874c336c5fc5c1afe8d
treee2b4ce2e75bd32e915ee5a045e493307bc2e81d6
parent654627a0dd703e3f4998693917045e71f4df469d
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