[media] DocBook: fix FE_READ_STATUS argument description
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 28 May 2015 17:43:06 +0000 (14:43 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 12:43:09 +0000 (09:43 -0300)
commitd27518ca0c6a33ecc11b7172fb68eb730301a841
tree653874b7314c1dcd60488bd0f96ce965c0c0630e
parentb60da5b2037febd80e6ac680365eb828061c83df
[media] DocBook: fix FE_READ_STATUS argument description

What's written there about the arguments for this ioctl
is bogus: it doesn't return an enum (or a typedef)
for enum fe_status. Instead, it returns a bitmask with the
values defined by enum fe_status.

Also, the size of the integer returned is not 16 bits, but,
instead, sizeof(fe_status_t), e. g. sizeof(enum), with is
arch-dependent.

This should of course be fixed, but this should be done on
a separate patch.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/dvb/fe-read-status.xml