From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanley Chu Subject: Re: [PATCH][next] scsi: phy: mediatek: fix typo in author's email address Date: Thu, 21 Mar 2019 07:10:03 +0800 Message-ID: <1553123403.30977.74.camel@mtkswgap22> References: <20190320212205.5726-1-colin.king@canonical.com> <20190320212205.5726-2-colin.king@canonical.com> <1553122955.10179.169.camel@mhfsdcap03> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1553122955.10179.169.camel@mhfsdcap03> Sender: linux-kernel-owner@vger.kernel.org To: Chunfeng Yun Cc: Colin King , Kishon Vijay Abraham I , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-mediatek@lists.infradead.org Hi Colin, On Thu, 2019-03-21 at 07:02 +0800, Chunfeng Yun wrote: > Hi Colin, > > On Wed, 2019-03-20 at 21:22 +0000, Colin King wrote: > > From: Colin Ian King > > > > There is a typo in the module author's email address. Fix this. > > > > Signed-off-by: Colin Ian King > > --- > > drivers/phy/mediatek/phy-mtk-ufs.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/phy/mediatek/phy-mtk-ufs.c b/drivers/phy/mediatek/phy-mtk-ufs.c > > index 9a80a76d7990..cf94f5c35dc5 100644 > > --- a/drivers/phy/mediatek/phy-mtk-ufs.c > > +++ b/drivers/phy/mediatek/phy-mtk-ufs.c > > @@ -241,5 +241,5 @@ static struct platform_driver ufs_mtk_phy_driver = { > > module_platform_driver(ufs_mtk_phy_driver); > > > > MODULE_DESCRIPTION("Universal Flash Storage (UFS) MediaTek MPHY"); > > -MODULE_AUTHOR("Stanley Chu "); > > +MODULE_AUTHOR("Stanley Chu "); Thanks for fixing this. Reviewed-by: Stanley Chu > > MODULE_LICENSE("GPL v2"); > > Thank you. > > Acked-by: Chunfeng Yun > >