[media] tuner-core: don't break long lines
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 11:18:35 +0000 (08:18 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:39:09 +0000 (08:39 -0200)
commit0919f3a04b5e7ea019ef393dee892454f054fe16
treeb426abe2512c69027e9bec9c4dbeb38e2d681a8f
parent0a93dc1c18fd86f936bcb44f72dc044c0ea826a8
[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>
drivers/media/v4l2-core/tuner-core.c