doc-rst: linux_tv: dvb: put return value at the end
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 14:36:55 +0000 (11:36 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 14:36:55 +0000 (11:36 -0300)
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>
Documentation/linux_tv/media/dvb/audio-set-attributes.rst
Documentation/linux_tv/media/dvb/audio-set-ext-id.rst
Documentation/linux_tv/media/dvb/audio-set-karaoke.rst
Documentation/linux_tv/media/dvb/fe-diseqc-recv-slave-reply.rst
Documentation/linux_tv/media/dvb/fe-diseqc-send-burst.rst
Documentation/linux_tv/media/dvb/fe-get-info.rst
Documentation/linux_tv/media/dvb/fe-read-ber.rst
Documentation/linux_tv/media/dvb/fe-read-status.rst
Documentation/linux_tv/media/dvb/fe-set-frontend.rst
Documentation/linux_tv/media/dvb/fe-set-tone.rst
Documentation/linux_tv/media/dvb/video-get-event.rst

index ea08cea6aa78967a6360c1de897899f20a8adefc..820c8b2e229845365137c8d8f1c005c704afcc13 100644 (file)
@@ -58,8 +58,6 @@ 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.
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
index 456b05267f29ac07c618b8d7523abac399e48498..38a255289e8c23b82ee9fcca0b53ae90dfb672fe 100644 (file)
@@ -58,8 +58,6 @@ 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.
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
index 07453ceae40f68424ea5959c9dda6e8548de866a..28138222582ad793df80f793d0c6d3597e67628e 100644 (file)
@@ -57,8 +57,6 @@ 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.
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
index 60241c6e68a82fe58bbd58e810075de0bbff6738..7ddbce6bcd7ee64ccf6e94fbe9bacf2acbbf7094 100644 (file)
@@ -36,17 +36,11 @@ DESCRIPTION
 
 Receives reply from a DiSEqC 2.0 command.
 
-
-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-diseqc-slave-reply:
 
+struct dvb_diseqc_slave_reply
+-----------------------------
+
 .. flat-table:: struct dvb_diseqc_slave_reply
     :header-rows:  0
     :stub-columns: 0
@@ -78,3 +72,10 @@ appropriately. The generic error codes are described at the
 
        -  Return from ioctl after timeout ms with errorcode when no message
          was received
+
+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.
index dea9cdff0469d9c534e4dce3f2d2a8d1a55aefe3..806ee5a9df68dfda422435c79861138f1e96d875 100644 (file)
@@ -40,21 +40,11 @@ read/write permissions.
 It provides support for what's specified at
 `Digital Satellite Equipment Control (DiSEqC) - Simple "ToneBurst" Detection Circuit specification. <http://www.eutelsat.com/files/contributed/satellites/pdf/Diseqc/associated%20docs/simple_tone_burst_detec.pdf>`__
 
-
-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.
-
-
 .. _fe-sec-mini-cmd-t:
 
 enum fe_sec_mini_cmd
 ====================
 
-
 .. _fe-sec-mini-cmd:
 
 .. flat-table:: enum fe_sec_mini_cmd
@@ -83,3 +73,10 @@ enum fe_sec_mini_cmd
          ``SEC_MINI_B``
 
        -  Sends a mini-DiSEqC 22kHz '1' Data Burst to select satellite-B
+
+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.
index d97218805851247a877595cb6ba087434e17c09a..1efb242d7f4a712875a41dea8a20525de12b36cb 100644 (file)
@@ -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.
index f0b364baba968508fc42a993ffd2d5b6a850974d..39cf656a4ca0005195239bc65856c6706caeb445 100644 (file)
@@ -20,8 +20,6 @@ SYNOPSIS
 Arguments
 ----------
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
index ac6f2386953045f8ddc93f22f1cd66ff01f8ce84..697598d3097606a90faf1176c5c4c642fb7f0940 100644 (file)
@@ -44,14 +44,6 @@ varies according with the architecture. This needs to be fixed in the
 future.
 
 
-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.
-
-
 .. _fe-status-t:
 
 int fe_status
@@ -132,3 +124,10 @@ state changes of the frontend hardware. It is produced using the enum
 
        -  The frontend was reinitialized, application is recommended to
          reset DiSEqC, tone and parameters
+
+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.
index 0cce39666773d8c4fb61c0f7c388b44ccde8ab10..06edd97e7e53f8dd0db0c89308e60f2479baa692 100644 (file)
@@ -66,8 +66,6 @@ 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.
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
index afe8b750fca685d94efe2577f4c7adc760709080..18677f205954486523682b6dd7ce7e6ba67d2e5b 100644 (file)
@@ -46,21 +46,11 @@ a tone may interfere on other devices, as they may lose the capability
 of selecting the band. So, it is recommended that applications would
 change to SEC_TONE_OFF when the device is not used.
 
-
-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.
-
-
 .. _fe-sec-tone-mode-t:
 
 enum fe_sec_tone_mode
 =====================
 
-
 .. _fe-sec-tone-mode:
 
 .. flat-table:: enum fe_sec_tone_mode
@@ -90,3 +80,10 @@ enum fe_sec_tone_mode
 
        -  Don't send a 22kHz tone to the antenna (except if the
          FE_DISEQC_* ioctls are called)
+
+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.
index 3240cd6da6f61be62c4380355d0f0ac614a69a27..b08ca148ecdc8a64b6ee4df75419525780828b2d 100644 (file)
@@ -69,8 +69,6 @@ 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.
 
-
-
 .. flat-table::
     :header-rows:  0
     :stub-columns: 0
This page took 0.031162 seconds and 5 git commands to generate.