2022-03-24 19:52:52

by Corentin LABBE

[permalink] [raw]
Subject: [PATCH] dt-bindings: crypto: sun8i-ce: remove extra line

yamllint complains about this extra line.

Signed-off-by: Corentin Labbe <[email protected]>
---
Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml b/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
index 00648f9d9278..026a9f9e1aeb 100644
--- a/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
+++ b/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
@@ -82,4 +82,3 @@ examples:
clock-names = "bus", "mod";
resets = <&ccu RST_BUS_CE>;
};
-
--
2.34.1


2022-04-01 03:28:10

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: crypto: sun8i-ce: remove extra line

On Thu, Mar 24, 2022 at 02:42:33PM +0000, Corentin Labbe wrote:
> yamllint complains about this extra line.

It does? Where?

Or maybe we already fixed...

>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml b/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
> index 00648f9d9278..026a9f9e1aeb 100644
> --- a/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
> +++ b/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml
> @@ -82,4 +82,3 @@ examples:
> clock-names = "bus", "mod";
> resets = <&ccu RST_BUS_CE>;
> };
> -
> --
> 2.34.1
>
>

2022-04-04 21:50:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: crypto: sun8i-ce: remove extra line

On 24/03/2022 15:42, Corentin Labbe wrote:
> yamllint complains about this extra line.
>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml | 1 -
> 1 file changed, 1 deletion(-)
>

Thanks for the patch. It's ok, but this should be rather done for all
files. Otherwise it's a churn.

I sent a global cleanup.

Best regards,
Krzysztof