summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/media.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2015-12-11 15:41:12 +0100
committerMauro Carvalho Chehab2016-01-11 15:19:07 +0100
commitd1b9da2d606ecec587177c4c90f1905c57538149 (patch)
tree9eddcbe89642ee275ccd5fda4365d1a9a402d6ae /include/uapi/linux/media.h
parent[media] media: use unsigned for pad index (diff)
downloadkernel-qcow2-linux-d1b9da2d606ecec587177c4c90f1905c57538149.tar.gz
kernel-qcow2-linux-d1b9da2d606ecec587177c4c90f1905c57538149.tar.xz
kernel-qcow2-linux-d1b9da2d606ecec587177c4c90f1905c57538149.zip
[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/linux/media.h')
-rw-r--r--include/uapi/linux/media.h2
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.
*/