diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-31 02:11:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 15:44:14 +0300 |
commit | f06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e (patch) | |
tree | 1591c3b69221389e068c1c25f224657ca5241b9f /include/media | |
parent | 65d7aba0d3c32fc686fe19e146b8cd8a0a87952d (diff) | |
download | linux-f06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e.tar.xz |
[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.h | 4 |
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. |