]> 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)
commit64c7d493e5a6db412cc03ffa99433df54c1000e4
treee2b4ce2e75bd32e915ee5a045e493307bc2e81d6
parent064c77b78433ad751f6bc20dde02792a976032ab
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