summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-07-18 09:30:55 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-07-26 05:46:41 -0400
commitdd10be381c7749d27e4fe69041004c432e59b301 (patch)
tree16e27c3e2fec196d6869b7095e0bfa9d98b8af27 /Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg
parent86eaa804fc5282d3112b54503187ab651fff59fd (diff)
downloadop-kernel-dev-dd10be381c7749d27e4fe69041004c432e59b301.zip
op-kernel-dev-dd10be381c7749d27e4fe69041004c432e59b301.tar.gz
media: svg: avoid too long lines
Sending patches with SVG files via e-mail has a drawback: line size could be bigger than 998, with is the limit given by RFC 5322[1]. So, we need to enforce a lower limit, in order to allow those patches to be properly reviewed. [1] https://tools.ietf.org/html/rfc5322#section-2.1.1 So, use this small Perl script to limit columns size to ~900. use Text::Wrap; $Text::Wrap::columns = 900; $t.=$_ while (<>); print wrap("","",$t); Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg')
-rw-r--r--Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg b/Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg
index cedcbf5..3cb68bf 100644
--- a/Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg
+++ b/Documentation/media/uapi/v4l/subdev-image-processing-scaling-multi-source.svg
@@ -18,11 +18,11 @@
id="metadata186">
<rdf:RDF>
<cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
OpenPOWER on IntegriCloud