2021-09-08 03:04:09

by Cai,Huoqing

[permalink] [raw]
Subject: [PATCH] dt-bindings: panel: ilitek,ili9341: Fix the warning-wrong indentation: expected 10 but found 8 (indentation)

Fix indentation for the warning-
wrong indentation: expected 10 but found 8 (indentation)

Signed-off-by: Cai Huoqing <[email protected]>
---
.../devicetree/bindings/display/panel/ilitek,ili9341.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml
index 2ed010f91e2d..20ce88ab4b3a 100644
--- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml
+++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml
@@ -22,7 +22,7 @@ properties:
items:
- enum:
# ili9341 240*320 Color on stm32f429-disco board
- - st,sf-tc240t-9370-t
+ - st,sf-tc240t-9370-t
- const: ilitek,ili9341

reg: true
--
2.25.1


2021-09-21 03:43:16

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: panel: ilitek,ili9341: Fix the warning-wrong indentation: expected 10 but found 8 (indentation)

On Wed, Sep 08, 2021 at 11:02:14AM +0800, Cai Huoqing wrote:
> Fix indentation for the warning-
> wrong indentation: expected 10 but found 8 (indentation)
>
> Signed-off-by: Cai Huoqing <[email protected]>
> ---
> .../devicetree/bindings/display/panel/ilitek,ili9341.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Already have a similar patch queued up.

Rob