[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <429227f33cf14aee6f0668a3d98aa220b54383d6.camel@perches.com>
Date: Sat, 04 Dec 2021 10:20:24 -0800
From: Joe Perches <joe@...ches.com>
To: Jonathan Neuschäfer <j.neuschaefer@....net>,
linux-kernel@...r.kernel.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
linux-riscv@...ts.infradead.org, llvm@...ts.linux.dev
Subject: Re: [PATCH] MAINTAINERS: Sort entries using parse-maintainers.pl
On Sat, 2021-12-04 at 18:52 +0100, Jonathan Neuschäfer wrote:
> The MAINTAINERS file got slightly out of order again, making it
> difficult to put new entries at the right (alphabetical) position.
>
> Run parse-maintainers.pl to restore the alphabetical order.
[]
> Checkpatch warns about a few unordered "F:" lines within sections, but I
> left those alone because I wanted this patch to be as automated as possible.
The --order option does that.
$ ./scripts/parse-maintainers.pl --order --output MAINTAINERS
Powered by blists - more mailing lists