Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] dvb_demux: clean up whitespace in comments from previous patch (trivial)

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>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
340f70e9 6633327d

+2 -2
+2 -2
drivers/media/dvb-core/dvb_demux.c
··· 1033 1033 } 1034 1034 1035 1035 if (feed->is_filtering) { 1036 - /* release dvbdmx->mutex as far as 1037 - it is acquired by stop_filtering() itself */ 1036 + /* release dvbdmx->mutex as far as it is 1037 + acquired by stop_filtering() itself */ 1038 1038 mutex_unlock(&dvbdmx->mutex); 1039 1039 feed->stop_filtering(feed); 1040 1040 mutex_lock(&dvbdmx->mutex);