]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] media: dt-bindings: vpif: fix whitespace errors
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 28 Feb 2017 16:08:53 +0000 (13:08 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 22 Mar 2017 14:56:27 +0000 (11:56 -0300)
The examples have been copied from the DT with whitespace errors. Fix
them.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/devicetree/bindings/media/ti,da850-vpif.txt

index 6d25d7f23d2621c13d4556a1f3e877bddac1e007..9c7510bba3c15fecef9daaa4d6be4316665c17bf 100644 (file)
@@ -30,15 +30,15 @@ I2C-connected TVP5147 decoder:
 
                port {
                        vpif_ch0: endpoint@0 {
-                                 reg = <0>;
-                                 bus-width = <8>;
-                                 remote-endpoint = <&composite>;
+                               reg = <0>;
+                               bus-width = <8>;
+                               remote-endpoint = <&composite>;
                        };
 
                        vpif_ch1: endpoint@1 {
-                                 reg = <1>;
-                                 bus-width = <8>;
-                                 data-shift = <8>;
+                               reg = <1>;
+                               bus-width = <8>;
+                               data-shift = <8>;
                        };
                };
        };