aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/v4l2-ctrls.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-29 18:43:02 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:35:11 -0300
commitfb91161a32bfe907720aff92318660ca8f6b9e71 (patch)
treeede89673c8b7e21cd55253c84f3cf784e4d7248a /include/media/v4l2-ctrls.h
parent[media] diff-v4l.rst: Fix V4L version 1 references (diff)
downloadwireguard-linux-fb91161a32bfe907720aff92318660ca8f6b9e71.tar.xz
wireguard-linux-fb91161a32bfe907720aff92318660ca8f6b9e71.zip
[media] v4l2-ctrls.h: fix doc reference for prepare_ext_ctrls()
The prepare_ext_ctrls() function is actually internal to the v4l2-ctrls.c implementation, so it doesn't have a declaration for the kAPI header to reference it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/v4l2-ctrls.h')
-rw-r--r--include/media/v4l2-ctrls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index b8e043f63825..3207449327d7 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -239,7 +239,7 @@ struct v4l2_ctrl {
* @next: Single-link list node for the hash.
* @ctrl: The actual control information.
* @helper: Pointer to helper struct. Used internally in
- * prepare_ext_ctrls().
+ * ``prepare_ext_ctrls`` function at ``v4l2-ctrl.c``.
*
* Each control handler has a list of these refs. The list_head is used to
* keep a sorted-by-control-ID list of all controls, while the next pointer