drivers/reset/reset-rzg2l-usbphy-ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From: Biju Das <biju.das.jz@bp.renesas.com>
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>
---
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/reset/reset-rzg2l-usbphy-ctrl.c b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
index 05dd9b4a02df..fd75d9601a3b 100644
--- a/drivers/reset/reset-rzg2l-usbphy-ctrl.c
+++ b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
@@ -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>");
--
2.43.0
On Mi, 2026-03-18 at 12:08 +0000, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
>
> 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>
Applied to reset/fixes, thanks!
[1/1] reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
https://git.pengutronix.de/cgit/pza/linux/commit/?id=c961cc86af01
regards
Philipp
On Mi, 2026-03-18 at 12:08 +0000, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
>
> 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>
> ---
> drivers/reset/reset-rzg2l-usbphy-ctrl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/reset/reset-rzg2l-usbphy-ctrl.c b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
> index 05dd9b4a02df..fd75d9601a3b 100644
> --- a/drivers/reset/reset-rzg2l-usbphy-ctrl.c
> +++ b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
> @@ -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>");
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
regards
Philipp
© 2016 - 2026 Red Hat, Inc.