projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5618dd2
)
[media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h
author
Frank Schaefer
<fschaefer.oss@googlemail.com>
Thu, 10 Oct 2013 17:21:32 +0000
(14:21 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 17 Oct 2013 08:52:25 +0000
(
05:52
-0300)
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>
include/media/v4l2-ctrls.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-ctrls.h
b/include/media/v4l2-ctrls.h
index 47ada23345a195973c3942681566244d50c7f34d..16f7f2606516982d8cf60ef18c3c953e15ac0526 100644
(file)
--- 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_
un
lock() - Helper function to unlock the handler
* associated with the control.
* @ctrl: The control to unlock.
*/