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> --- 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