[media] em28xx: don't break long lines
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 10:05:48 +0000 (07:05 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:36:04 +0000 (08:36 -0200)
commit5ccb197de29269ba854066c4f1a92eb71974e126
tree2832cd1432d2290b3d3a8b0d5778681149929268
parent2af3eb647e9b90f679265a45a8fbb78048ba8889
[media] em28xx: 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/usb/em28xx/em28xx-audio.c
drivers/media/usb/em28xx/em28xx-cards.c
drivers/media/usb/em28xx/em28xx-core.c
drivers/media/usb/em28xx/em28xx-dvb.c
drivers/media/usb/em28xx/em28xx-input.c
drivers/media/usb/em28xx/em28xx-video.c