]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitc961cc86af01246a7ce706bbc29072d314e00880
treef25f97fe2718dccbdbe1a9b76ed22af4e560b605
parente0cf84109bc6c6768337123f1de24ff56b41c91b
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>
drivers/reset/reset-rzg2l-usbphy-ctrl.c