net/mlx4_core: Do not access comm channel if it has not yet been initialized
[cascardo/linux.git] / include / media / media-devnode.h
index 37d4948..cd23e91 100644 (file)
@@ -75,8 +75,9 @@ struct media_file_operations {
  * @cdev:      struct cdev pointer character device
  * @parent:    parent device
  * @minor:     device node minor number
- * @flags:     flags, combination of the MEDIA_FLAG_* constants
- * @release:   release callback called at the end of media_devnode_release()
+ * @flags:     flags, combination of the ``MEDIA_FLAG_*`` constants
+ * @release:   release callback called at the end of ``media_devnode_release()``
+ *             routine at media-device.c.
  *
  * This structure represents a media-related device node.
  *