diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-18 09:30:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-18 11:53:44 -0300 |
commit | 474dfccf36850818214ce23a77fc2c7cdf8a57cb (patch) | |
tree | 16e27c3e2fec196d6869b7095e0bfa9d98b8af27 /drivers/media/i2c/ov6650.c | |
parent | e955bb343ac9a68e0774095150ba131632e5cb68 (diff) | |
download | talos-op-linux-474dfccf36850818214ce23a77fc2c7cdf8a57cb.tar.gz talos-op-linux-474dfccf36850818214ce23a77fc2c7cdf8a57cb.zip |
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 'drivers/media/i2c/ov6650.c')
0 files changed, 0 insertions, 0 deletions