]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 19 Mar 2026 06:32:07 +0000 (06:32 +0000)
committerVinod Koul <vkoul@kernel.org>
Sun, 10 May 2026 12:07:53 +0000 (17:37 +0530)
commit53f60930e3d20883364fc01fd46b6099acb8127a
tree543429b5e8e28b3ff722e76bf5717d4227104a63
parent0ee5cc59c0ee679e1a3a749cfc47834041763494
phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string

Fix a malformed MODULE_AUTHOR macro in the RZ/G3E USB3.0 PHY 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.

Reported-by: Pavel Machek <pavel@nabladev.com>
Closes: https://lore.kernel.org/all/abp4KprlYyU+jMPu@duo.ucw.cz/
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20260319063211.5056-1-biju.das.jz@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/renesas/phy-rzg3e-usb3.c