[PATCH v5 5/5] ata: ahci_imx: Correct the email address

Richard Zhu posted 5 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH v5 5/5] ata: ahci_imx: Correct the email address
Posted by Richard Zhu 1 year, 6 months ago
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 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 <Hong-Xing.Zhu@freescale.com>");
+MODULE_AUTHOR("Richard Zhu <hongxing.zhu@nxp.com>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:" DRV_NAME);
-- 
2.37.1
Re: [PATCH v5 5/5] ata: ahci_imx: Correct the email address
Posted by Frank Li 1 year, 6 months ago
On Fri, Aug 02, 2024 at 02:46:53PM +0800, Richard Zhu wrote:
> Correct the email address of driver author.
>
> Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Frank Li <Frank.Li@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 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 <Hong-Xing.Zhu@freescale.com>");
> +MODULE_AUTHOR("Richard Zhu <hongxing.zhu@nxp.com>");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS("platform:" DRV_NAME);
> --
> 2.37.1
>