[media] media-devnode.h: Fix documentation
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 16 Jun 2016 11:04:40 +0000 (08:04 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 16 Jun 2016 11:14:56 +0000 (08:14 -0300)
commit0db5c79989de2c68d5abb7ba891bfdb3cd3b7e05
tree4869a6c48fd7695d8c9e4d1cb1d9387f338afd99
parent66fa12003678512a599fb6f7f753e3f4f512a100
[media] media-devnode.h: Fix documentation

Two parameters were documented with a wrong name, and a struct
device pointer description was missing.

That caused the following warnings, when building documentation:

include/media/media-devnode.h:102: warning: No description found for parameter 'media_dev'
include/media/media-devnode.h:126: warning: No description found for parameter 'mdev'
include/media/media-devnode.h:126: warning: Excess function parameter 'media_dev' description in 'media_devnode_register'

Rename the description, to match the function parameter and fix
Documentation.

No funcional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/media-devnode.h
This page took 0.0259 seconds and 5 git commands to generate.