From: Akinobu Mita Date: Thu, 12 Oct 2017 16:03:34 +0000 (-0400) Subject: media: dt-bindings: media: xilinx: fix typo in example X-Git-Tag: v4.16-rc1~57^2~342 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=19326ef0874e8fdcf4d6d6fe97e85b2dac69a954;p=linux.git media: dt-bindings: media: xilinx: fix typo in example Fix typo s/:/;/ Cc: Rob Herring Cc: Hyun Kwon Signed-off-by: Akinobu Mita Acked-by: Rob Herring Reviewed-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- 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>; }; - }: + }; }; };