[media] dvb_demux: clean up whitespace in comments from previous patch (trivial)
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 9 Nov 2013 21:30:13 +0000 (18:30 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 29 Nov 2013 14:18:45 +0000 (12:18 -0200)
removes trailing whitespace and rebalance line length in comment block

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-core/dvb_demux.c

index 25f3c64846109d8578a78e90aaf13ae314495f91..eeb8d7fec924df1b2a44f7c7985e004bff166921 100644 (file)
@@ -1033,8 +1033,8 @@ static int dmx_section_feed_release_filter(struct dmx_section_feed *feed,
        }
 
        if (feed->is_filtering) {
-               /* release dvbdmx->mutex as far as 
-                  it is acquired by stop_filtering() itself */
+               /* release dvbdmx->mutex as far as it is
+                  acquired by stop_filtering() itself */
                mutex_unlock(&dvbdmx->mutex);
                feed->stop_filtering(feed);
                mutex_lock(&dvbdmx->mutex);
This page took 0.025178 seconds and 5 git commands to generate.