aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2013-10-10 14:21:32 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-10-17 05:52:25 -0300
commitb594a75ecae0c7800265988dba90ce2ae5c418d2 (patch)
tree58322d38f4ab923ecaf0c2112682bd6a38e8e06d /include/media
parent[media] v4l: tuner-core: fix typo (diff)
downloadlinux-dev-b594a75ecae0c7800265988dba90ce2ae5c418d2.tar.xz
linux-dev-b594a75ecae0c7800265988dba90ce2ae5c418d2.zip
[media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-ctrls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index 47ada23345a1..16f7f2606516 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -571,7 +571,7 @@ static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl)
mutex_lock(ctrl->handler->lock);
}
-/** v4l2_ctrl_lock() - Helper function to unlock the handler
+/** v4l2_ctrl_unlock() - Helper function to unlock the handler
* associated with the control.
* @ctrl: The control to unlock.
*/