Message ID | 20210719232639.3812285-1-festevam@gmail.com |
---|---|
State | New |
Headers | show |
Series | [net-next] dt-bindings: net: fec: Fix indentation | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Jul 2021 20:26:39 -0300 you wrote: > The following warning is observed when running 'make dtbs_check': > Documentation/devicetree/bindings/net/fsl,fec.yaml:85:7: [warning] wrong indentation: expected 8 but found 6 (indentation) > > Fix the indentation accordingly. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> > > [...] Here is the summary with links: - [net-next] dt-bindings: net: fec: Fix indentation https://git.kernel.org/netdev/net-next/c/a38c02ef48a1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index 7fa11f6622b1..0f8ca4e574c6 100644 --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml @@ -82,11 +82,11 @@ properties: maxItems: 5 contains: enum: - - ipg - - ahb - - ptp - - enet_clk_ref - - enet_out + - ipg + - ahb + - ptp + - enet_clk_ref + - enet_out phy-mode: true
The following warning is observed when running 'make dtbs_check': Documentation/devicetree/bindings/net/fsl,fec.yaml:85:7: [warning] wrong indentation: expected 8 but found 6 (indentation) Fix the indentation accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- Documentation/devicetree/bindings/net/fsl,fec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)