On Wed, 15 Feb 2023 at 09:02, Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > Commit bfde6b3869f5 ("mmc: starfive: Add sdio/emmc driver support") adds a > section in MAINTAINERS refering to the file drivers/mmc/dw_mmc-starfive.c, > but the file is actually located at drivers/mmc/host/dw_mmc-starfive.c. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Repair this file entry in STARFIVE JH7110 MMC/SD/SDIO DRIVER. > > Fixes: bfde6b3869f5 ("mmc: starfive: Add sdio/emmc driver support") > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Thanks for the patch! However, this time William needed to send a new version of the complete series to fix other problems too, which then also incorporated a fix for the mistake in the MAINTAINERS file. I have decided that it was easier for me to replace the old commits with a rebase. Kind regards Uffe > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 945b86f93cf7..74a30e724f7c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19935,7 +19935,7 @@ STARFIVE JH7110 MMC/SD/SDIO DRIVER > M: William Qiu <william.qiu@xxxxxxxxxxxxxxxx> > S: Maintained > F: Documentation/devicetree/bindings/mmc/starfive* > -F: drivers/mmc/dw_mmc-starfive.c > +F: drivers/mmc/host/dw_mmc-starfive.c > > STARFIVE JH71XX PMU CONTROLLER DRIVER > M: Walker Chen <walker.chen@xxxxxxxxxxxxxxxx> > -- > 2.17.1 >