aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <[email protected]>2024-08-12 10:00:55 +0800
committerNiklas Cassel <[email protected]>2024-08-12 14:41:37 +0200
commit6773e058ae5a9eaebe0a62a2c1b8fceb190ece82 (patch)
treed034630784eaf2158e2dd400fc4cfb2298b4df74
parent803f9fb819fd533fb41025898f625ec8835034e1 (diff)
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]>
-rw-r--r--drivers/ata/ahci_imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c
index 627b36cc4b5c..65f98e8fdf07 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 <[email protected]>");
+MODULE_AUTHOR("Richard Zhu <[email protected]>");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRV_NAME);