* [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation
@ 2025-08-21 8:30 Krzysztof Kozlowski
2025-08-21 8:30 ` [PATCH 2/2] dt-bindings: net: Drop vim style annotation Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-21 8:30 UTC (permalink / raw)
To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Karol Gugala, Mateusz Holenko, Gabriel Somlo, Joel Stanley,
Steen Hegelund, Daniel Machon, UNGLinuxDriver, Lars Povlsen,
netdev, devicetree, linux-kernel, linux-arm-kernel
Cc: Krzysztof Kozlowski
DTS example in the bindings should be indented with 2- or 4-spaces, so
correct a mixture of different styles to keep consistent 4-spaces.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../devicetree/bindings/net/litex,liteeth.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/litex,liteeth.yaml b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
index ebf4e360f8dd..bbb71556ec9e 100644
--- a/Documentation/devicetree/bindings/net/litex,liteeth.yaml
+++ b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
@@ -86,12 +86,12 @@ examples:
phy-handle = <ð_phy>;
mdio {
- #address-cells = <1>;
- #size-cells = <0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
- eth_phy: ethernet-phy@0 {
- reg = <0>;
- };
+ eth_phy: ethernet-phy@0 {
+ reg = <0>;
+ };
};
};
...
--
2.48.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] dt-bindings: net: Drop vim style annotation
2025-08-21 8:30 [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Krzysztof Kozlowski
@ 2025-08-21 8:30 ` Krzysztof Kozlowski
2025-08-21 12:50 ` Gabriel L. Somlo
2025-08-21 12:50 ` [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Gabriel L. Somlo
2025-08-25 23:10 ` patchwork-bot+netdevbpf
2 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-21 8:30 UTC (permalink / raw)
To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Karol Gugala, Mateusz Holenko, Gabriel Somlo, Joel Stanley,
Steen Hegelund, Daniel Machon, UNGLinuxDriver, Lars Povlsen,
netdev, devicetree, linux-kernel, linux-arm-kernel
Cc: Krzysztof Kozlowski
Bindings files should not carry markings of editor setup, so drop vim
style annotation. No functional impact.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/net/litex,liteeth.yaml | 2 --
.../devicetree/bindings/net/microchip,sparx5-switch.yaml | 1 -
2 files changed, 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/litex,liteeth.yaml b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
index bbb71556ec9e..200b198b0d9b 100644
--- a/Documentation/devicetree/bindings/net/litex,liteeth.yaml
+++ b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
@@ -95,5 +95,3 @@ examples:
};
};
...
-
-# vim: set ts=2 sw=2 sts=2 tw=80 et cc=80 ft=yaml :
diff --git a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
index a73fc5036905..082982c59a55 100644
--- a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
+++ b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
@@ -245,4 +245,3 @@ examples:
};
...
-# vim: set ts=2 sw=2 sts=2 tw=80 et cc=80 ft=yaml :
--
2.48.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation
2025-08-21 8:30 [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Krzysztof Kozlowski
2025-08-21 8:30 ` [PATCH 2/2] dt-bindings: net: Drop vim style annotation Krzysztof Kozlowski
@ 2025-08-21 12:50 ` Gabriel L. Somlo
2025-08-25 23:10 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 5+ messages in thread
From: Gabriel L. Somlo @ 2025-08-21 12:50 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Karol Gugala, Mateusz Holenko, Joel Stanley, Steen Hegelund,
Daniel Machon, UNGLinuxDriver, Lars Povlsen, netdev, devicetree,
linux-kernel, linux-arm-kernel
On Thu, Aug 21, 2025 at 10:30:39AM +0200, Krzysztof Kozlowski wrote:
> DTS example in the bindings should be indented with 2- or 4-spaces, so
> correct a mixture of different styles to keep consistent 4-spaces.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Gabriel Somlo <gsomlo@gmail.com>
Thanks,
--Gabriel
> ---
> .../devicetree/bindings/net/litex,liteeth.yaml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/litex,liteeth.yaml b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> index ebf4e360f8dd..bbb71556ec9e 100644
> --- a/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> +++ b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> @@ -86,12 +86,12 @@ examples:
> phy-handle = <ð_phy>;
>
> mdio {
> - #address-cells = <1>;
> - #size-cells = <0>;
> + #address-cells = <1>;
> + #size-cells = <0>;
>
> - eth_phy: ethernet-phy@0 {
> - reg = <0>;
> - };
> + eth_phy: ethernet-phy@0 {
> + reg = <0>;
> + };
> };
> };
> ...
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: net: Drop vim style annotation
2025-08-21 8:30 ` [PATCH 2/2] dt-bindings: net: Drop vim style annotation Krzysztof Kozlowski
@ 2025-08-21 12:50 ` Gabriel L. Somlo
0 siblings, 0 replies; 5+ messages in thread
From: Gabriel L. Somlo @ 2025-08-21 12:50 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Karol Gugala, Mateusz Holenko, Joel Stanley, Steen Hegelund,
Daniel Machon, UNGLinuxDriver, Lars Povlsen, netdev, devicetree,
linux-kernel, linux-arm-kernel
On Thu, Aug 21, 2025 at 10:30:40AM +0200, Krzysztof Kozlowski wrote:
> Bindings files should not carry markings of editor setup, so drop vim
> style annotation. No functional impact.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Gabriel Somlo <gsomlo@gmail.com>
Thanks,
--Gabriel
> ---
> Documentation/devicetree/bindings/net/litex,liteeth.yaml | 2 --
> .../devicetree/bindings/net/microchip,sparx5-switch.yaml | 1 -
> 2 files changed, 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/litex,liteeth.yaml b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> index bbb71556ec9e..200b198b0d9b 100644
> --- a/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> +++ b/Documentation/devicetree/bindings/net/litex,liteeth.yaml
> @@ -95,5 +95,3 @@ examples:
> };
> };
> ...
> -
> -# vim: set ts=2 sw=2 sts=2 tw=80 et cc=80 ft=yaml :
> diff --git a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
> index a73fc5036905..082982c59a55 100644
> --- a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
> +++ b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
> @@ -245,4 +245,3 @@ examples:
> };
>
> ...
> -# vim: set ts=2 sw=2 sts=2 tw=80 et cc=80 ft=yaml :
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation
2025-08-21 8:30 [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Krzysztof Kozlowski
2025-08-21 8:30 ` [PATCH 2/2] dt-bindings: net: Drop vim style annotation Krzysztof Kozlowski
2025-08-21 12:50 ` [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Gabriel L. Somlo
@ 2025-08-25 23:10 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-08-25 23:10 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
conor+dt, kgugala, mholenko, gsomlo, joel, Steen.Hegelund,
daniel.machon, UNGLinuxDriver, lars.povlsen, netdev, devicetree,
linux-kernel, linux-arm-kernel
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 21 Aug 2025 10:30:39 +0200 you wrote:
> DTS example in the bindings should be indented with 2- or 4-spaces, so
> correct a mixture of different styles to keep consistent 4-spaces.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../devicetree/bindings/net/litex,liteeth.yaml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Here is the summary with links:
- [1/2] dt-bindings: net: litex,liteeth: Correct example indentation
https://git.kernel.org/netdev/net-next/c/bc2741b032f8
- [2/2] dt-bindings: net: Drop vim style annotation
https://git.kernel.org/netdev/net-next/c/7f052126ff38
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-25 23:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 8:30 [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Krzysztof Kozlowski
2025-08-21 8:30 ` [PATCH 2/2] dt-bindings: net: Drop vim style annotation Krzysztof Kozlowski
2025-08-21 12:50 ` Gabriel L. Somlo
2025-08-21 12:50 ` [PATCH 1/2] dt-bindings: net: litex,liteeth: Correct example indentation Gabriel L. Somlo
2025-08-25 23:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).