commit | 7683e9e529258d01ce99216ad3be21f59eff83ec | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Jul 23 16:06:21 2017 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Jul 23 16:06:21 2017 -0700 |
tree | bec6de4820826f60cdb866e3e1ae724f12144edd | |
parent | f47e07bc5f1a5c48ed60a8ee55352cb4b2bf4d51 [diff] |
Properly alphabetize MAINTAINERS file This adds a perl script to actually parse the MAINTAINERS file, clean up some whitespace in it, warn about errors in it, and then properly sort the end result. My perl-fu is atrocious, so the script has basically been created by randomly putting various characters in a pile, mixing them around, and then looking it the end result does anything interesting when used as a perl script. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>