[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>
This commit is contained in:
Michael Krufky 2013-11-09 18:30:13 -03:00 committed by Mauro Carvalho Chehab
parent 6633327d59
commit 340f70e911
1 changed files with 2 additions and 2 deletions

View 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);