diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2013-10-10 13:21:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-10-17 04:52:25 -0400 |
commit | b594a75ecae0c7800265988dba90ce2ae5c418d2 (patch) | |
tree | 58322d38f4ab923ecaf0c2112682bd6a38e8e06d /include/media | |
parent | 5618dd29ec3eefeb82067e330137bc17751f5364 (diff) |
[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.h | 2 |
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) | |||
571 | mutex_lock(ctrl->handler->lock); | 571 | mutex_lock(ctrl->handler->lock); |
572 | } | 572 | } |
573 | 573 | ||
574 | /** v4l2_ctrl_lock() - Helper function to unlock the handler | 574 | /** v4l2_ctrl_unlock() - Helper function to unlock the handler |
575 | * associated with the control. | 575 | * associated with the control. |
576 | * @ctrl: The control to unlock. | 576 | * @ctrl: The control to unlock. |
577 | */ | 577 | */ |