Message ID | 1381425692-5023-1-git-send-email-fschaefer.oss@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Sorry, there is no PATCH 2/2, this one is the only one. :) Frank Am 10.10.2013 19:21, schrieb Frank Schäfer: > Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> > --- > include/media/v4l2-ctrls.h | 2 +- > 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) > > diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h > index 47ada23..16f7f26 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. > */ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 47ada23..16f7f26 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. */
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> --- include/media/v4l2-ctrls.h | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)