From: Richard Zhu Date: Mon, 12 Aug 2024 02:00:55 +0000 (+0800) Subject: ata: ahci_imx: Correct the email address X-Git-Tag: v6.12-rc1~127^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6773e058ae5a9eaebe0a62a2c1b8fceb190ece82;p=thirdparty%2Fkernel%2Flinux.git ata: ahci_imx: Correct the email address Correct the email address of driver author. Signed-off-by: Richard Zhu Reviewed-by: Frank Li Link: https://lore.kernel.org/r/1723428055-27021-6-git-send-email-hongxing.zhu@nxp.com Signed-off-by: Niklas Cassel --- diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c index 627b36cc4b5c1..65f98e8fdf07b 100644 --- a/drivers/ata/ahci_imx.c +++ b/drivers/ata/ahci_imx.c @@ -1036,6 +1036,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 "); +MODULE_AUTHOR("Richard Zhu "); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:" DRV_NAME);