> -----Original Message----- > From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > Sent: 2020年3月14日 22:26 > To: Z.q. Hou <zhiqiang.hou@xxxxxxx>; Lorenzo Pieralisi > <lorenzo.pieralisi@xxxxxxx>; Rob Herring <robh@xxxxxxxxxx> > Cc: linux-pci@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; Joe > Perches <joe@xxxxxxxxxxx>; kernel-janitors@xxxxxxxxxxxxxxx; > linux-kernel@xxxxxxxxxxxxxxx; Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > Subject: [PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4 > > Commit 3edeb49525bb ("dt-bindings: PCI: Add NXP Layerscape SoCs PCIe > Gen4 > controller") includes a new entry in MAINTAINERS, but slipped in a typo in one > of the file entries. > > Hence, since then, ./scripts/get_maintainer.pl --self-test complains: > > warning: no file matches F: \ > drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c > > Correct the typo in PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > --- > applies cleanly on next-20200313 > > Hou, please ack. > Rob, please pick this patch (it is not urgent, though). > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 32a95d162f06..77eede976d0f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12858,7 +12858,7 @@ L: linux-pci@xxxxxxxxxxxxxxx > L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > S: Maintained > F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt > -F: drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c > +F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c > > PCI DRIVER FOR GENERIC OF HOSTS > M: Will Deacon <will@xxxxxxxxxx> > > base-commit: 2e602db729948ce577bf07e2b113f2aa806b62c7 > -- > 2.17.1 Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@xxxxxxx>