From nobody Tue Dec 16 14:23:10 2025 Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 515A87173C; Mon, 12 Aug 2024 02:21:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=92.121.34.21 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723429283; cv=none; b=LgrDYxob/s0AUAIsGy4j5oqvkbDznLEIhNVGL9OjoclJ/jKo3mPl3I0UWUeNmli0Fi7mYdfQuEy0rtNEkIlJDRSny+HnOdh1nqug0jET4GkMlqm2qFg68fggzOgoLK48cXN2qyS868iH+TntDWWu6ewi5cK+JT3qgU2x9Llp2mk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723429283; c=relaxed/simple; bh=ZVb80+3Oq81PRDmhbU8kSUzYiBenncm5i+GG/eZ+T2U=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=mPMdXKDdPWzYwdAZ+D8FZNLcboQ1MkHDzAs7O6NtbUbZ4vmtWxphuMEGl5ZaI51KETtryCVs4zaNPAFWcNyaBqK+9q6HyHyEjMYtz52zBJK1Abu+Aml7Fai2iC/LbKqXSlB3YdgvAdfk4Ywd77SGFbbrIoS/VHn3T2HPpRwT+t8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nxp.com; spf=pass smtp.mailfrom=nxp.com; arc=none smtp.client-ip=92.121.34.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nxp.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nxp.com Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id C70852010C4; Mon, 12 Aug 2024 04:21:20 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 8D578200FF3; Mon, 12 Aug 2024 04:21:20 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 8635F183ACAC; Mon, 12 Aug 2024 10:21:18 +0800 (+08) From: Richard Zhu To: tj@kernel.org, dlemoal@kernel.org, cassel@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com Cc: linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, kernel@pengutronix.de, Richard Zhu Subject: [PATCH v6 5/5] ata: ahci_imx: Correct the email address Date: Mon, 12 Aug 2024 10:00:55 +0800 Message-Id: <1723428055-27021-6-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1723428055-27021-1-git-send-email-hongxing.zhu@nxp.com> References: <1723428055-27021-1-git-send-email-hongxing.zhu@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Correct the email address of driver author. Signed-off-by: Richard Zhu Reviewed-by: Frank Li --- 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 =3D { module_platform_driver(imx_ahci_driver); =20 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); --=20 2.37.1