diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-05-03 08:47:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-09 16:16:27 -0400 |
commit | 5bc3744c38e75f169b0e7eefebe033e2937fd71c (patch) | |
tree | 1f4688d466c3a7f447caa980d099032a986b6846 /include/media | |
parent | 6246c3a43bfde6b845290e397e35f1d7cd902050 (diff) | |
download | linux-5bc3744c38e75f169b0e7eefebe033e2937fd71c.tar.bz2 |
media: v4l2-dev.h: fix doc warning
Fix this warning when building the docs:
include/media/v4l2-dev.h:42: warning: Enum value 'VFL_TYPE_MAX' not described in enum 'vfl_devnode_type'
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index f60cf9cf3b9c..73073f6ee48c 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h @@ -30,6 +30,7 @@ * @VFL_TYPE_SUBDEV: for V4L2 subdevices * @VFL_TYPE_SDR: for Software Defined Radio tuners * @VFL_TYPE_TOUCH: for touch sensors + * @VFL_TYPE_MAX: number of VFL types, must always be last in the enum */ enum vfl_devnode_type { VFL_TYPE_GRABBER = 0, |