Skip to content

Commit c961cc8

Browse files
bijudaspH5
authored andcommitted
reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
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>
1 parent e0cf841 commit c961cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/reset/reset-rzg2l-usbphy-ctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ module_platform_driver(rzg2l_usbphy_ctrl_driver);
350350

351351
MODULE_LICENSE("GPL v2");
352352
MODULE_DESCRIPTION("Renesas RZ/G2L USBPHY Control");
353-
MODULE_AUTHOR("biju.das.jz@bp.renesas.com>");
353+
MODULE_AUTHOR("Biju Das <biju.das.jz@bp.renesas.com>");

0 commit comments

Comments
 (0)