commit | 0919f3a04b5e7ea019ef393dee892454f054fe16 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 08:18:35 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:39:09 2016 -0200 |
tree | b426abe2512c69027e9bec9c4dbeb38e2d681a8f | |
parent | 0a93dc1c18fd86f936bcb44f72dc044c0ea826a8 [diff] |
[media] tuner-core: don't break long lines Due to the 80-cols checkpatch warnings, several strings were broken into multiple lines. This is not considered a good practice anymore, as it makes harder to grep for strings at the source code. So, join those continuation lines. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>