From: Frank Schaefer Date: Thu, 10 Oct 2013 17:21:32 +0000 (-0300) Subject: [media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h X-Git-Tag: v3.13-rc1~47^2~92 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b594a75ecae0c7800265988dba90ce2ae5c418d2;p=linux.git [media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h Signed-off-by: Frank Schäfer Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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. */