]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: sort entries by entry name
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2020 18:03:52 +0000 (11:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2020 18:03:52 +0000 (11:03 -0700)
commit064c77b78433ad751f6bc20dde02792a976032ab
treeb4fd6d804997e4c916fab25914e6d53af6cb3f30
parent20838842d2f2bc6e4e13f24abefe4bdf9ff1e3fe
MAINTAINERS: sort entries by entry name

They are all supposed to be sorted, but people who add new entries don't
always know the alphabet.  Plus sometimes the entry names get edited,
and people don't then re-order the entry.

Let's see how painful this will be for merging purposes (the MAINTAINERS
file is often edited in various different trees), but Joe claims there's
relatively few patches in -next that touch this, and doing it just
before -rc1 is likely the best time.  Fingers crossed.

This was scripted with

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

but then I also ended up manually upper-casing a few entry names that
stood out when looking at the end result.

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