[PATCH] reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string

Biju posted 1 patch 2 weeks, 5 days ago
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
Posted by Biju 2 weeks, 5 days ago
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
Re: [PATCH] reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
Posted by Philipp Zabel 2 weeks, 3 days ago
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
Re: [PATCH] reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
Posted by Philipp Zabel 2 weeks, 5 days ago
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