Messages in this thread Patch in this message |  | | From | Lukas Bulwahn <> | Subject | [PATCH v3 8/8] MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER | Date | Mon, 26 Jul 2021 16:29:43 +0200 |
| |
Commit 96e4781b3d93 ("dt-bindings: net: fec: convert fsl,*fec bindings to yaml") converts fsl-fec.txt to fsl,fec.yaml, but missed to adjust its reference in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference.
Repair this file reference in FREESCALE IMX / MXC FEC DRIVER.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 0fe43695b58c..187c76bb42d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7365,7 +7365,7 @@ FREESCALE IMX / MXC FEC DRIVER M: Joakim Zhang <qiangqing.zhang@nxp.com> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/fsl-fec.txt +F: Documentation/devicetree/bindings/net/fsl,fec.yaml F: drivers/net/ethernet/freescale/fec.h F: drivers/net/ethernet/freescale/fec_main.c F: drivers/net/ethernet/freescale/fec_ptp.c -- 2.17.1
|  |