From: Mauro Carvalho Chehab Date: Tue, 14 Sep 2010 15:19:51 +0000 (-0300) Subject: V4L/DVB: bttv-driver: document functions using mutex_lock X-Git-Tag: v2.6.37-rc1~64^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8822f0d60b7cd550465e7d07dbe02084f5476d91;p=pandora-kernel.git V4L/DVB: bttv-driver: document functions using mutex_lock There are a few ancillary static routines used by ioctl functions that takes bttv lock internally. As we'll be adding the same lock for all ioctl's that need, we need to properly document them, to avoid doing double locks Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed