[media] tuner-xc2028: don't break long lines
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 09:59:16 +0000 (06:59 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:35:06 +0000 (08:35 -0200)
commit2af3eb647e9b90f679265a45a8fbb78048ba8889
treee1dba88de3fb3424afdf0ea8410a58e7b65afb94
parent15c8ffc41a1559e37e3ec7106b261f5706490f1e
[media] tuner-xc2028: 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/tuners/tuner-xc2028.c