diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-12-11 17:41:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-11 17:19:07 +0300 |
commit | d1b9da2d606ecec587177c4c90f1905c57538149 (patch) | |
tree | 9eddcbe89642ee275ccd5fda4365d1a9a402d6ae /include/uapi | |
parent | 829de29bfe5a0568831f1c52a760306d642d99d4 (diff) | |
download | linux-d1b9da2d606ecec587177c4c90f1905c57538149.tar.xz |
[media] media-device.h: Let clearer that entity function must be initialized
Improve the documentation to let it clear that the entity function
must be initialized.
Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/media.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index ff6a8010c520..8d8e1a3e6e1a 100644 --- a/include/uapi/linux/media.h +++ b/include/uapi/linux/media.h @@ -92,7 +92,7 @@ struct media_device_info { * * Subdevs are initialized with MEDIA_ENT_T_V4L2_SUBDEV_UNKNOWN, * in order to preserve backward compatibility. - * Drivers should change to the proper subdev type before + * Drivers must change to the proper subdev type before * registering the entity. */ |