mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 15:44:13 +08:00
media: media-entity.h: fix Excess kernel-doc description warnings
Remove the @major: and @minor: lines to prevent the kernel-doc warnings: include/media/media-entity.h:376: warning: Excess struct member 'major' description in 'media_entity' include/media/media-entity.h:376: warning: Excess struct member 'minor' description in 'media_entity' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
2edfa0ea6b
commit
999eb5f810
@ -337,10 +337,6 @@ enum media_entity_type {
|
||||
* @info.dev: Contains device major and minor info.
|
||||
* @info.dev.major: device node major, if the device is a devnode.
|
||||
* @info.dev.minor: device node minor, if the device is a devnode.
|
||||
* @major: Devnode major number (zero if not applicable). Kept just
|
||||
* for backward compatibility.
|
||||
* @minor: Devnode minor number (zero if not applicable). Kept just
|
||||
* for backward compatibility.
|
||||
*
|
||||
* .. note::
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user