aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/media-devnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/media-devnode.h')
-rw-r--r--include/media/media-devnode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/media/media-devnode.h b/include/media/media-devnode.h
index 37d494805944..cd23e915764c 100644
--- a/include/media/media-devnode.h
+++ b/include/media/media-devnode.h
@@ -75,8 +75,9 @@ struct media_file_operations {
75 * @cdev: struct cdev pointer character device 75 * @cdev: struct cdev pointer character device
76 * @parent: parent device 76 * @parent: parent device
77 * @minor: device node minor number 77 * @minor: device node minor number
78 * @flags: flags, combination of the MEDIA_FLAG_* constants 78 * @flags: flags, combination of the ``MEDIA_FLAG_*`` constants
79 * @release: release callback called at the end of media_devnode_release() 79 * @release: release callback called at the end of ``media_devnode_release()``
80 * routine at media-device.c.
80 * 81 *
81 * This structure represents a media-related device node. 82 * This structure represents a media-related device node.
82 * 83 *