]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] dvb-core: don't break long lines
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 11:11:16 +0000 (08:11 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:38:33 +0000 (08:38 -0200)
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/dvb-core/dvb_demux.c

index a0cf7b0d03e868abcb2878fcd027f6cb07253f28..280716f1cc466ff002f45141c230f56610727d40 100644 (file)
@@ -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 */