diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2017-10-12 18:03:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-11 19:04:33 +0100 |
commit | 19326ef0874e8fdcf4d6d6fe97e85b2dac69a954 (patch) | |
tree | 98bf6bc5b4049b82749b8ea110a5e92fbc6991db /Documentation/devicetree | |
parent | media: cx25840: fix a possible divide by zero in set_fmt callback (diff) | |
download | linux-19326ef0874e8fdcf4d6d6fe97e85b2dac69a954.tar.xz linux-19326ef0874e8fdcf4d6d6fe97e85b2dac69a954.zip |
media: dt-bindings: media: xilinx: fix typo in example
Fix typo s/:/;/
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt index 9dd86b3db937..439351ab2a79 100644 --- a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt +++ b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt @@ -66,6 +66,6 @@ Example: tpg1_out: endpoint { remote-endpoint = <&switch_in0>; }; - }: + }; }; }; |