Message ID | 20240624144655.801607-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/1] MAINTAINERS: Change fsl-fman.yaml to fsl,fman.yaml | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Mon, Jun 24, 2024 at 10:46:55AM -0400, Frank Li wrote: > fsl-fman.yaml is typo. "-" should be ",". Fix below warning. > > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/fsl-fman.yaml > > Reported-by: kernel test robot <lkp@intel.com> > Closes: https://lore.kernel.org/oe-kbuild-all/202406211320.diuZ3XYk-lkp@intel.com/ > Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
On Mon, 24 Jun 2024 10:46:55 -0400 Frank Li wrote: > fsl-fman.yaml is typo. "-" should be ",". Fix below warning. > > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/fsl-fman.yaml > > Reported-by: kernel test robot <lkp@intel.com> > Closes: https://lore.kernel.org/oe-kbuild-all/202406211320.diuZ3XYk-lkp@intel.com/ > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 807feae089c4d..7da4c469c14d4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8874,7 +8874,7 @@ M: Madalin Bucur <madalin.bucur@nxp.com> > R: Sean Anderson <sean.anderson@seco.com> > L: netdev@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/net/fsl-fman.yaml > +F: Documentation/devicetree/bindings/net/fsl,fman.yaml > F: drivers/net/ethernet/freescale/fman > > FREESCALE QORIQ PTP CLOCK DRIVER Already fixed by commit 568ebdaba6370, thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index 807feae089c4d..7da4c469c14d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8874,7 +8874,7 @@ M: Madalin Bucur <madalin.bucur@nxp.com> R: Sean Anderson <sean.anderson@seco.com> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/fsl-fman.yaml +F: Documentation/devicetree/bindings/net/fsl,fman.yaml F: drivers/net/ethernet/freescale/fman FREESCALE QORIQ PTP CLOCK DRIVER
fsl-fman.yaml is typo. "-" should be ",". Fix below warning. Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/fsl-fman.yaml Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202406211320.diuZ3XYk-lkp@intel.com/ Signed-off-by: Frank Li <Frank.Li@nxp.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)