From: Mauro Carvalho Chehab Date: Tue, 30 Aug 2016 23:11:11 +0000 (-0300) Subject: [media] v4l2-dv-timings.h: let kernel-doc parte the typedef argument X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f06606e56bc61d65cbc1ad3a8dc6e81ec1b2034e;p=linux-beck.git [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 --- 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.