aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_demux.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-12 08:11:16 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-21 08:38:33 -0200
commit0a93dc1c18fd86f936bcb44f72dc044c0ea826a8 (patch)
tree6032a1dabcb7fd22611dabcce6fe5fbcea71761e /drivers/media/dvb-core/dvb_demux.c
parent[media] em28xx: convert the remaining printks to pr_foo (diff)
downloadlinux-dev-0a93dc1c18fd86f936bcb44f72dc044c0ea826a8.tar.xz
linux-dev-0a93dc1c18fd86f936bcb44f72dc044c0ea826a8.zip
[media] dvb-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>
Diffstat (limited to 'drivers/media/dvb-core/dvb_demux.c')
-rw-r--r--drivers/media/dvb-core/dvb_demux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb-core/dvb_demux.c b/drivers/media/dvb-core/dvb_demux.c
index a0cf7b0d03e8..280716f1cc46 100644
--- a/drivers/media/dvb-core/dvb_demux.c
+++ b/drivers/media/dvb-core/dvb_demux.c
@@ -426,8 +426,7 @@ static void dvb_dmx_swfilter_packet(struct dvb_demux *demux, const u8 *buf)
}
if (buf[1] & 0x80) {
- dprintk_tscheck("TEI detected. "
- "PID=0x%x data1=0x%x\n",
+ dprintk_tscheck("TEI detected. PID=0x%x data1=0x%x\n",
pid, buf[1]);
/* data in this packet can't be trusted - drop it unless
* module option dvb_demux_feed_err_pkts is set */