Commit de80f95ccb9c ("PCI: cadence: Move all files to per-device cadence directory") moved files of the pci cadence drivers, but did not adjust the entry in MAINTAINERS. Since then, ./scripts/get_maintainer.pl --self-test complains: warning: no file matches F: drivers/pci/controller/pcie-cadence* So, repair the MAINTAINERS entry now. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- Tom, Andrew, please ack. Lorenzo, please pick this patch. applies cleanly on current master and next-20200221 MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4beb8dc4c7eb..d8f690f0e838 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12740,7 +12740,7 @@ M: Tom Joseph <tjoseph@xxxxxxxxxxx> L: linux-pci@xxxxxxxxxxxxxxx S: Maintained F: Documentation/devicetree/bindings/pci/cdns,*.txt -F: drivers/pci/controller/pcie-cadence* +F: drivers/pci/controller/cadence/ PCI DRIVER FOR FREESCALE LAYERSCAPE M: Minghuan Lian <minghuan.Lian@xxxxxxx> -- 2.17.1