diff mbox series

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

Message ID 20230720151107.679668-1-mkl@pengutronix.de (mailing list archive)
State Accepted
Commit 070e8bd31b288c3aa3f965778417708c8bfedb06
Delegated to: Netdev Maintainers
Headers show
Series [net-next] MAINTAINERS: net: fix sort order | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 9 this patch: 9
netdev/cc_maintainers fail 2 blamed authors not CCed: simon.horman@corigine.com davem@davemloft.net; 2 maintainers not CCed: simon.horman@corigine.com davem@davemloft.net
netdev/build_clang success Errors and warnings before: 9 this patch: 9
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 9 this patch: 9
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 30 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Marc Kleine-Budde July 20, 2023, 3:11 p.m. UTC
Linus seems to like the MAINTAINERS file sorted, see
c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").

Since this is currently not the case, restore the sort order.

Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Justin Chen <justin.chen@broadcom.com>
Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 MAINTAINERS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Comments

Justin Chen July 20, 2023, 4:15 p.m. UTC | #1
On 7/20/2023 8:11 AM, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
> 
> Since this is currently not the case, restore the sort order.
> 
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Acked-by: Justin Chen <justin.chen@broadcom.com>

> ---
>   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@broadcom.com>
> +M:	Florian Fainelli <florian.fainelli@broadcom.com>
> +L:	bcm-kernel-feedback-list@broadcom.com
> +L:	netdev@vger.kernel.org
> +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@broadcom.com>
>   L:	netdev@vger.kernel.org
> @@ -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@broadcom.com>
> -M:	Florian Fainelli <florian.fainelli@broadcom.com>
> -L:	bcm-kernel-feedback-list@broadcom.com
> -L:	netdev@vger.kernel.org
> -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@broadcom.com>
>   M:	Scott Branden <sbranden@broadcom.com>
Randy Dunlap July 20, 2023, 6:23 p.m. UTC | #2
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@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
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@broadcom.com>
> +M:	Florian Fainelli <florian.fainelli@broadcom.com>
> +L:	bcm-kernel-feedback-list@broadcom.com
> +L:	netdev@vger.kernel.org
> +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@broadcom.com>
>  L:	netdev@vger.kernel.org
> @@ -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@broadcom.com>
> -M:	Florian Fainelli <florian.fainelli@broadcom.com>
> -L:	bcm-kernel-feedback-list@broadcom.com
> -L:	netdev@vger.kernel.org
> -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@broadcom.com>
>  M:	Scott Branden <sbranden@broadcom.com>
Florian Fainelli July 20, 2023, 6:27 p.m. UTC | #3
On 7/20/23 08:11, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
> 
> Since this is currently not the case, restore the sort order.
> 
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Not sure it's worth the Fixes: tag, but sure:

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
patchwork-bot+netdevbpf@kernel.org July 22, 2023, 2:10 a.m. UTC | #4
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 20 Jul 2023 17:11:07 +0200 you wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
> 
> Since this is currently not the case, restore the sort order.
> 
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next] MAINTAINERS: net: fix sort order
    https://git.kernel.org/netdev/net-next/c/070e8bd31b28

You are awesome, thank you!
diff mbox series

Patch

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@broadcom.com>
+M:	Florian Fainelli <florian.fainelli@broadcom.com>
+L:	bcm-kernel-feedback-list@broadcom.com
+L:	netdev@vger.kernel.org
+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@broadcom.com>
 L:	netdev@vger.kernel.org
@@ -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@broadcom.com>
-M:	Florian Fainelli <florian.fainelli@broadcom.com>
-L:	bcm-kernel-feedback-list@broadcom.com
-L:	netdev@vger.kernel.org
-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@broadcom.com>
 M:	Scott Branden <sbranden@broadcom.com>