From: Biju Das Date: Thu, 19 Mar 2026 06:32:07 +0000 (+0000) Subject: phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=53f60930e3d20883364fc01fd46b6099acb8127a;p=thirdparty%2Fkernel%2Flinux.git phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string Fix a malformed MODULE_AUTHOR macro in the RZ/G3E USB3.0 PHY driver where the author's name and opening angle bracket were missing, leaving only the email address with a stray closing >. Correct it to the standard Name format. Reported-by: Pavel Machek Closes: https://lore.kernel.org/all/abp4KprlYyU+jMPu@duo.ucw.cz/ Reviewed-by: Geert Uytterhoeven Signed-off-by: Biju Das Link: https://patch.msgid.link/20260319063211.5056-1-biju.das.jz@bp.renesas.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/renesas/phy-rzg3e-usb3.c b/drivers/phy/renesas/phy-rzg3e-usb3.c index 6b3453ea0004c..030c600a53e67 100644 --- a/drivers/phy/renesas/phy-rzg3e-usb3.c +++ b/drivers/phy/renesas/phy-rzg3e-usb3.c @@ -256,4 +256,4 @@ module_platform_driver(rzg3e_phy_usb3_driver); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Renesas RZ/G3E USB3.0 PHY Driver"); -MODULE_AUTHOR("biju.das.jz@bp.renesas.com>"); +MODULE_AUTHOR("Biju Das ");