On 3/20/19 4:22 PM, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a typo in the module author's email address. Fix this. > This is priceless! Acked-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx> Thanks, Colin. -- Gustavo > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > 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 <stanley.chu@xxxxxxxxxxxx>"); > +MODULE_AUTHOR("Stanley Chu <stanley.chu@xxxxxxxxxxxx>"); > MODULE_LICENSE("GPL v2"); >