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 <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
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("[email protected]>");
353+
MODULE_AUTHOR("Biju Das <[email protected]>");

0 commit comments

Comments
 (0)