Re: [PATCH net] MAINTAINERS: fix dwmac-s32 entry
From: Jacob Keller
Date: Wed Feb 19 2025 - 18:51:37 EST
On 2/19/2025 3:57 AM, Russell King (Oracle) wrote:
> Using L: with more than a bare email address causes getmaintainer.pl
> to be unable to parse the entry. Fix this by doing as other entries
> that use this email address and convert it to an R: entry.
>
L is for mailing lists and R is for reviewers. Seems surprising that L
doesn't accept names, but I suppose that is reasonable restriction, as
many lists wouldn't have a relevant name beyond their address.
Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
> Fixes: 6bc6234cbd5e ("MAINTAINERS: Add Jan Petrous as the NXP S32G/R DWMAC driver maintainer")
> Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0bfcbe6a74ea..4795b6209711 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2877,7 +2877,7 @@ F: drivers/pinctrl/nxp/
>
> ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
> M: Jan Petrous <jan.petrous@xxxxxxxxxxx>
> -L: NXP S32 Linux Team <s32@xxxxxxx>
> +R: NXP S32 Linux Team <s32@xxxxxxx>
> S: Maintained
> F: Documentation/devicetree/bindings/net/nxp,s32-dwmac.yaml
> F: drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c