Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 340f70e9 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 6633327d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);