]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MAINTAINERS: fix list entries with display names
authorRob Herring (Arm) <robh@kernel.org>
Tue, 31 Dec 2024 15:54:14 +0000 (09:54 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:22 +0000 (22:47 -0800)
commitbb2de9b04942fab82cad19a31f2612deab9751be
tree608fec89fb7e067b39e27d313d58715811c452d7
parent97549ce6848e5e30b667378b28c3cff937d167d2
MAINTAINERS: fix list entries with display names

get_maintainers.pl doesn't expect list entries to have a display name.
Entries with a display name are omitted and print just the description:

 (open list:PIN CONTROLLER - FREESCALE)

These cases are pretty much aliases to a few people, not lists which are
archived and can be subscribed to.  Change these cases to be reviewers
instead.

Link: https://lkml.kernel.org/r/20241231155415.186244-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS