Correct the email address of driver author.
Signed-off-by: Richard Zhu hongxing.zhu@nxp.com --- drivers/ata/ahci_imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c index b6ad0fe5fbbcc..965466c7a27e5 100644 --- a/drivers/ata/ahci_imx.c +++ b/drivers/ata/ahci_imx.c @@ -1039,6 +1039,6 @@ static struct platform_driver imx_ahci_driver = { module_platform_driver(imx_ahci_driver);
MODULE_DESCRIPTION("Freescale i.MX AHCI SATA platform driver"); -MODULE_AUTHOR("Richard Zhu Hong-Xing.Zhu@freescale.com"); +MODULE_AUTHOR("Richard Zhu hongxing.zhu@nxp.com"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:" DRV_NAME);