diff options
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 | */ |