aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-30 19:11:11 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 08:44:14 -0400
commitf06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e (patch)
tree1591c3b69221389e068c1c25f224657ca5241b9f /include/media
parent65d7aba0d3c32fc686fe19e146b8cd8a0a87952d (diff)
[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 @@
28 */ 28 */
29extern const struct v4l2_dv_timings v4l2_dv_timings_presets[]; 29extern const struct v4l2_dv_timings v4l2_dv_timings_presets[];
30 30
31/* 31/**
32 * v4l2_check_dv_timings_fnc - timings check callback 32 * typedef v4l2_check_dv_timings_fnc - timings check callback
33 * 33 *
34 * @t: the v4l2_dv_timings struct. 34 * @t: the v4l2_dv_timings struct.
35 * @handle: a handle from the driver. 35 * @handle: a handle from the driver.