]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 18 Mar 2026 12:08:52 +0000 (12:08 +0000)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 20 Mar 2026 10:15:49 +0000 (11:15 +0100)
Fix a malformed MODULE_AUTHOR macro in the RZ/G2L USBPHY control 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.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-rzg2l-usbphy-ctrl.c

index 05dd9b4a02df5c4e0a27645b3bb975090614f0b9..fd75d9601a3bfde7b7e3f6db287ec8c5c45a20ab 100644 (file)
@@ -350,4 +350,4 @@ module_platform_driver(rzg2l_usbphy_ctrl_driver);
 
 MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("Renesas RZ/G2L USBPHY Control");
-MODULE_AUTHOR("biju.das.jz@bp.renesas.com>");
+MODULE_AUTHOR("Biju Das <biju.das.jz@bp.renesas.com>");