Re: [PATCH v5 5/5] ata: ahci_imx: Correct the email address
From: Frank Li
Date: Fri Aug 02 2024 - 16:47:13 EST
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@xxxxxxx>
Reviewed-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> 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@xxxxxxxxxxxxx>");
> +MODULE_AUTHOR("Richard Zhu <hongxing.zhu@xxxxxxx>");
> MODULE_LICENSE("GPL");
> MODULE_ALIAS("platform:" DRV_NAME);
> --
> 2.37.1
>