aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-30 20:11:11 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:44:14 -0300
commitf06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e (patch)
tree1591c3b69221389e068c1c25f224657ca5241b9f /include/media
parent[media] v4l2-device.h: fix some doc tags (diff)
downloadlinux-dev-f06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e.tar.xz
linux-dev-f06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e.zip
[media] v4l2-dv-timings.h: let kernel-doc parte the typedef argument
Now that scripts/kernel-doc was fixed to parse the typedef argument used here, let it produce documentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-dv-timings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/v4l2-dv-timings.h b/include/media/v4l2-dv-timings.h
index 65caadf13eec..0a7d9e1fc8c8 100644
--- a/include/media/v4l2-dv-timings.h
+++ b/include/media/v4l2-dv-timings.h
@@ -28,8 +28,8 @@
*/
extern const struct v4l2_dv_timings v4l2_dv_timings_presets[];
-/*
- * v4l2_check_dv_timings_fnc - timings check callback
+/**
+ * typedef v4l2_check_dv_timings_fnc - timings check callback
*
* @t: the v4l2_dv_timings struct.
* @handle: a handle from the driver.