V4L/DVB: bttv-driver: document functions using mutex_lock
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 14 Sep 2010 15:19:51 +0000 (12:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:12 +0000 (01:06 -0200)
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 <mchehab@redhat.com>

No differences found