]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 19 Mar 2026 06:32:07 +0000 (06:32 +0000)
committerVinod Koul <vkoul@kernel.org>
Sun, 10 May 2026 12:07:53 +0000 (17:37 +0530)
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
<email> format.

Reported-by: Pavel Machek <pavel@nabladev.com>
Closes: https://lore.kernel.org/all/abp4KprlYyU+jMPu@duo.ucw.cz/
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20260319063211.5056-1-biju.das.jz@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/renesas/phy-rzg3e-usb3.c

index 6b3453ea0004cf59f5b67f2e3f76f28e58250c9f..030c600a53e67dd477216860d77e7a1c7b9ee4f2 100644 (file)
@@ -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 <biju.das.jz@bp.renesas.com>");