Re: [PATCH net-next] MAINTAINERS: Add an additional maintainer to the AMD XGBE driver

From: Joe Perches
Date: Tue Jun 28 2022 - 13:37:17 EST


On Tue, 2022-06-28 at 08:17 -0500, Tom Lendacky wrote:
> Add Shyam Sundar S K as an additional maintainer to support the AMD XGBE
> network device driver.
>
> Cc: Shyam Sundar S K <Shyam-sundar.S-k@xxxxxxx>
> Signed-off-by: Tom Lendacky <thomas.lendacky@xxxxxxx>
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -1037,6 +1037,7 @@ F: arch/arm64/boot/dts/amd/
>
> AMD XGBE DRIVER
> M: Tom Lendacky <thomas.lendacky@xxxxxxx>
> +M: Shyam Sundar S K <Shyam-sundar.S-k@xxxxxxx>

While this is a valid email address, get_maintainer assumes
name formats use "first middle last" when parsing a name
before an email address. (look around line 2460 in get_maintainer)

Perhaps this should use quotes around the name like:

M: "Shyam Sundar S K" <Shyam-sundar.S-k@xxxxxxx>