Skip to content

Commit 6773e05

Browse files
Richard Zhufloatious
authored andcommitted
ata: ahci_imx: Correct the email address
Correct the email address of driver author. Signed-off-by: Richard Zhu <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Niklas Cassel <[email protected]>
1 parent 803f9fb commit 6773e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/ahci_imx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,6 @@ static struct platform_driver imx_ahci_driver = {
10361036
module_platform_driver(imx_ahci_driver);
10371037

10381038
MODULE_DESCRIPTION("Freescale i.MX AHCI SATA platform driver");
1039-
MODULE_AUTHOR("Richard Zhu <Hong-Xing.Zhu@freescale.com>");
1039+
MODULE_AUTHOR("Richard Zhu <hongxing.zhu@nxp.com>");
10401040
MODULE_LICENSE("GPL");
10411041
MODULE_ALIAS("platform:" DRV_NAME);

0 commit comments

Comments
 (0)