Re: [PATCH net-next] MAINTAINERS: net: fix sort order

From: Randy Dunlap
Date: Thu Jul 20 2023 - 14:23:21 EST




On 7/20/23 08:11, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").

Also, the file contains this note:
.. note:: When reading this list, please look for the most precise areas
first. When adding to this list, please keep the entries in
alphabetical order.


>
> Since this is currently not the case, restore the sort order.
>
> Cc: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
> Cc: Justin Chen <justin.chen@xxxxxxxxxxxx>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> MAINTAINERS | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b123afcfc9e..66a06ac9729e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3838,6 +3838,15 @@ S: Maintained
> F: kernel/bpf/stackmap.c
> F: kernel/trace/bpf_trace.c
>
> +BROADCOM ASP 2.0 ETHERNET DRIVER
> +M: Justin Chen <justin.chen@xxxxxxxxxxxx>
> +M: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
> +L: bcm-kernel-feedback-list@xxxxxxxxxxxx
> +L: netdev@xxxxxxxxxxxxxxx
> +S: Supported
> +F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> +F: drivers/net/ethernet/broadcom/asp2/
> +
> BROADCOM B44 10/100 ETHERNET DRIVER
> M: Michael Chan <michael.chan@xxxxxxxxxxxx>
> L: netdev@xxxxxxxxxxxxxxx
> @@ -4148,15 +4157,6 @@ F: drivers/net/mdio/mdio-bcm-unimac.c
> F: include/linux/platform_data/bcmgenet.h
> F: include/linux/platform_data/mdio-bcm-unimac.h
>
> -BROADCOM ASP 2.0 ETHERNET DRIVER
> -M: Justin Chen <justin.chen@xxxxxxxxxxxx>
> -M: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
> -L: bcm-kernel-feedback-list@xxxxxxxxxxxx
> -L: netdev@xxxxxxxxxxxxxxx
> -S: Supported
> -F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> -F: drivers/net/ethernet/broadcom/asp2/
> -
> BROADCOM IPROC ARM ARCHITECTURE
> M: Ray Jui <rjui@xxxxxxxxxxxx>
> M: Scott Branden <sbranden@xxxxxxxxxxxx>

--
~Randy