Skip to content

Commit

Permalink
[media] Docbook: Fix description of struct media_devnode
Browse files Browse the repository at this point in the history
Warning(.//include/media/media-devnode.h:80): No description found for parameter 'fops'
Warning(.//include/media/media-devnode.h:80): No description found for parameter 'dev'
Warning(.//include/media/media-devnode.h:80): No description found for parameter 'cdev'
Warning(.//include/media/media-devnode.h:80): No description found for parameter 'release'

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 22, 2015
1 parent dc2c8bd commit ec0255c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/media/media-devnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ struct media_file_operations {

/**
* struct media_devnode - Media device node
* @fops: pointer to struct media_file_operations with media device ops
* @dev: struct device pointer for the media controller device
* @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()
*
* This structure represents a media-related device node.
*
Expand Down

0 comments on commit ec0255c

Please sign in to comment.