Message ID | 20230731114856.14401-1-lukas.bulwahn@gmail.com |
---|---|
State | Accepted |
Commit | 6ac1bb86953cc8a2419a4845de56c280b6f62890 |
Headers | show |
Series | MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER | expand |
On 2023/7/31 19:48, Lukas Bulwahn wrote: > Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the > MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to > 'phy-starfive-dphy-rx.c', but the file actually added in this commit is > named 'phy-jh7110-dphy-rx.c'. > > Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Thank you for your correcting. Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com> Thanks, Changhuang > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 733bcfa0209a..003b0461641a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20345,7 +20345,7 @@ M: Jack Zhu <jack.zhu@starfivetech.com> > M: Changhuang Liang <changhuang.liang@starfivetech.com> > S: Supported > F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml > -F: drivers/phy/starfive/phy-starfive-dphy-rx.c > +F: drivers/phy/starfive/phy-jh7110-dphy-rx.c > > STARFIVE JH7110 MMC/SD/SDIO DRIVER > M: William Qiu <william.qiu@starfivetech.com>
On Mon, 31 Jul 2023 13:48:56 +0200, Lukas Bulwahn wrote: > Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the > MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to > 'phy-starfive-dphy-rx.c', but the file actually added in this commit is > named 'phy-jh7110-dphy-rx.c'. > > Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER. > > [...] Applied, thanks! [1/1] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER commit: 6ac1bb86953cc8a2419a4845de56c280b6f62890 Best regards,
diff --git a/MAINTAINERS b/MAINTAINERS index 733bcfa0209a..003b0461641a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20345,7 +20345,7 @@ M: Jack Zhu <jack.zhu@starfivetech.com> M: Changhuang Liang <changhuang.liang@starfivetech.com> S: Supported F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml -F: drivers/phy/starfive/phy-starfive-dphy-rx.c +F: drivers/phy/starfive/phy-jh7110-dphy-rx.c STARFIVE JH7110 MMC/SD/SDIO DRIVER M: William Qiu <william.qiu@starfivetech.com>
Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to 'phy-starfive-dphy-rx.c', but the file actually added in this commit is named 'phy-jh7110-dphy-rx.c'. Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)