diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 11:36:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 11:36:55 -0300 |
commit | fc833980e3b07015d4fbd3a9d7d16c3d9dc5dc73 (patch) | |
tree | e109a07c2f47301c08be420284d5965c0d448a9a /Documentation/linux_tv/media/dvb/fe-get-info.rst | |
parent | 0060665c45c78796c748463ba742e88c123cecb7 (diff) | |
download | lwn-fc833980e3b07015d4fbd3a9d7d16c3d9dc5dc73.tar.gz lwn-fc833980e3b07015d4fbd3a9d7d16c3d9dc5dc73.zip |
doc-rst: linux_tv: dvb: put return value at the end
On some syscall descriptions, the tables are described after
the return value. Do that inside descriptions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/dvb/fe-get-info.rst')
-rw-r--r-- | Documentation/linux_tv/media/dvb/fe-get-info.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/linux_tv/media/dvb/fe-get-info.rst b/Documentation/linux_tv/media/dvb/fe-get-info.rst index d97218805851..1efb242d7f4a 100644 --- a/Documentation/linux_tv/media/dvb/fe-get-info.rst +++ b/Documentation/linux_tv/media/dvb/fe-get-info.rst @@ -41,17 +41,11 @@ takes a pointer to dvb_frontend_info which is filled by the driver. When the driver is not compatible with this specification the ioctl returns an error. - -RETURN VALUE -============ - -On success 0 is returned, on error -1 and the ``errno`` variable is set -appropriately. The generic error codes are described at the -:ref:`Generic Error Codes <gen-errors>` chapter. - - .. _dvb-frontend-info: +struct dvb_frontend_info +======================== + .. flat-table:: struct dvb_frontend_info :header-rows: 0 :stub-columns: 0 @@ -423,3 +417,10 @@ supported only on some specific frontend types. ``FE_CAN_MUTE_TS`` - The frontend can stop spurious TS data output + +RETURN VALUE +============ + +On success 0 is returned, on error -1 and the ``errno`` variable is set +appropriately. The generic error codes are described at the +:ref:`Generic Error Codes <gen-errors>` chapter. |