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

From: Tom Lendacky
Date: Wed Jul 13 2022 - 18:07:35 EST


On 6/28/22 12:37, Joe Perches wrote:
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>

Totally lost this in my Inbox, I'll submit a v2 with the quotes.

Thanks,
Tom