diff mbox series

dt-bindings: imx: i.MX8MN: Use space instead of tab

Message ID 35f999387bca037731dd963a5901909d6e6d0a17.1564226824.git.agx@sigxcpu.org
State Superseded, archived
Headers show
Series dt-bindings: imx: i.MX8MN: Use space instead of tab | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Guido Günther July 27, 2019, 11:29 a.m. UTC
This fixes 'make dt_binding_check'

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
Seen on next-20190726

 Documentation/devicetree/bindings/clock/imx8mn-clock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam July 29, 2019, 12:44 p.m. UTC | #1
Hi Guido,

On Sat, Jul 27, 2019 at 8:29 AM Guido Günther <agx@sigxcpu.org> wrote:
>
> This fixes 'make dt_binding_check'
>
> Signed-off-by: Guido Günther <agx@sigxcpu.org>

Thanks for the patch, but Anson has already submitted a fix for this issue:
https://patchwork.kernel.org/patch/11057815/
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml b/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
index 454c5b44b2ee..622f3658bd9f 100644
--- a/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
@@ -71,7 +71,7 @@  examples:
         compatible = "fixed-clock";
         #clock-cells = <0>;
         clock-frequency = <32768>;
-	clock-output-names = "osc_32k";
+        clock-output-names = "osc_32k";
     };
 
     osc_24m: clock-osc-24m {