Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: Improve grammar in DVB API

Fix typos and punctuation and improve grammar in documentation.

Signed-off-by: Hanne-Lotta Mäenpää <hannelotta@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Hanne-Lotta Mäenpää and committed by
Hans Verkuil
2dc344f8 a6bc9278

+19 -20
+1 -1
Documentation/userspace-api/media/dvb/fe-diseqc-send-burst.rst
··· 26 26 File descriptor returned by :c:func:`open()`. 27 27 28 28 ``tone`` 29 - An integer enumered value described at :c:type:`fe_sec_mini_cmd`. 29 + An integer enumerated value described at :c:type:`fe_sec_mini_cmd`. 30 30 31 31 Description 32 32 ===========
+1 -1
Documentation/userspace-api/media/dvb/fe-set-tone.rst
··· 26 26 File descriptor returned by :c:func:`open()`. 27 27 28 28 ``tone`` 29 - an integer enumered value described at :c:type:`fe_sec_tone_mode` 29 + An integer enumerated value described at :c:type:`fe_sec_tone_mode` 30 30 31 31 Description 32 32 ===========
+1 -1
Documentation/userspace-api/media/dvb/fe-set-voltage.rst
··· 26 26 File descriptor returned by :c:func:`open()`. 27 27 28 28 ``voltage`` 29 - an integer enumered value described at :c:type:`fe_sec_voltage` 29 + An integer enumerated value described at :c:type:`fe_sec_voltage` 30 30 31 31 Description 32 32 ===========
+11 -12
Documentation/userspace-api/media/dvb/fe_property_parameters.rst
··· 72 72 ============== 73 73 74 74 Specifies the frontend modulation type for delivery systems that 75 - supports more multiple modulations. 75 + support multiple modulations. 76 76 77 77 The modulation can be one of the types defined by enum :c:type:`fe_modulation`. 78 78 79 - Most of the digital TV standards offers more than one possible 79 + Most of the digital TV standards offer more than one possible 80 80 modulation type. 81 81 82 82 The table below presents a summary of the types of modulation types ··· 143 143 (DTV_ISDBT_SB_SEGMENT_IDX, DTV_ISDBT_SB_SEGMENT_COUNT). 144 144 145 145 #. On Satellite and Cable delivery systems, the bandwidth depends on 146 - the symbol rate. So, the Kernel will silently ignore any setting 147 - :ref:`DTV-BANDWIDTH-HZ`. I will however fill it back with a 148 - bandwidth estimation. 146 + the symbol rate. The kernel will silently ignore any :ref:`DTV-BANDWIDTH-HZ` 147 + setting and overwrites it with bandwidth estimation. 149 148 150 149 Such bandwidth estimation takes into account the symbol rate set with 151 150 :ref:`DTV-SYMBOL-RATE`, and the rolloff factor, with is fixed for ··· 199 200 Used on satellite delivery systems. 200 201 201 202 The voltage is usually used with non-DiSEqC capable LNBs to switch the 202 - polarzation (horizontal/vertical). When using DiSEqC epuipment this 203 + polarization (horizontal/vertical). When using DiSEqC equipment this 203 204 voltage has to be switched consistently to the DiSEqC commands as 204 205 described in the DiSEqC spec. 205 206 ··· 279 280 280 281 Used only on ISDB. 281 282 282 - If ``DTV_ISDBT_SOUND_BROADCASTING`` is '0' this bit-field represents 283 + If ``DTV_ISDBT_SOUND_BROADCASTING`` is '0' this bit field represents 283 284 whether the channel is in partial reception mode or not. 284 285 285 286 If '1' ``DTV_ISDBT_LAYERA_*`` values are assigned to the center segment ··· 330 331 Assuming a normal 13-segment ISDB-T spectrum he can align the 8 segments 331 332 from position 1-8 to 5-13 or anything in between. 332 333 333 - The underlying layer of segments are subchannels: each segment is 334 - consisting of several subchannels with a predefined IDs. A sub-channel 334 + The underlying layer of segments are sub-channels: each segment is 335 + consisting of several sub-channels with a predefined IDs. A sub-channel 335 336 is used to help the demodulator to synchronize on the channel. 336 337 337 338 An ISDB-T channel is always centered over all sub-channels. As for the ··· 727 728 728 729 Used only on ATSC-MH. 729 730 730 - Reed Solomon(RS) frame ensemble. 731 + Reed Solomon (RS) frame ensemble. 731 732 732 733 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`. 733 734 ··· 953 954 954 955 A Multi standard frontend needs to advertise the delivery systems 955 956 provided. Applications need to enumerate the provided delivery systems, 956 - before using any other operation with the frontend. Prior to it's 957 + before using any other operation with the frontend. Prior to its 957 958 introduction, FE_GET_INFO was used to determine a frontend type. A 958 959 frontend which provides more than a single delivery system, 959 960 FE_GET_INFO doesn't help much. Applications which intends to use a 960 961 multistandard frontend must enumerate the delivery systems associated 961 962 with it, rather than trying to use FE_GET_INFO. In the case of a 962 963 legacy frontend, the result is just the same as with FE_GET_INFO, but 963 - in a more structured format 964 + in a more structured format. 964 965 965 966 The acceptable values are defined by :c:type:`fe_delivery_system`. 966 967
+1 -1
Documentation/userspace-api/media/dvb/frontend-property-terrestrial-systems.rst
··· 52 52 ====================== 53 53 54 54 DVB-T2 support is currently in the early stages of development, so 55 - expect that this section maygrow and become more detailed with time. 55 + expect that this section may grow and become more detailed with time. 56 56 57 57 The following parameters are valid for DVB-T2: 58 58
+2 -2
Documentation/userspace-api/media/dvb/intro.rst
··· 1 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 2 2 3 - .. _dvb_introdution: 3 + .. _dvb_introduction: 4 4 5 5 ************ 6 6 Introduction ··· 125 125 control the MPEG2 decoder hardware, the frontend device the tuner and 126 126 the Digital TV demodulator. The demux device gives you control over the PES 127 127 and section filters of the hardware. If the hardware does not support 128 - filtering these filters can be implemented in software. Finally, the CA 128 + filtering, these filters can be implemented in software. Finally, the CA 129 129 device controls all the conditional access capabilities of the hardware. 130 130 It can depend on the individual security requirements of the platform, 131 131 if and how many of the CA functions are made available to the
+2 -2
Documentation/userspace-api/media/dvb/legacy_dvb_audio.rst
··· 195 195 ~~~~~~~~~~~ 196 196 197 197 The audio channel selected via `AUDIO_CHANNEL_SELECT`_ is determined by 198 - this values. 198 + this value. 199 199 200 200 201 201 ----- ··· 413 413 - ``AUDIO_CAP_MP3`` 414 414 415 415 - The hardware accepts MPEG-1 Audio Layer III. 416 - Commomly known as .mp3. 416 + Commonly known as .mp3. 417 417 418 418 - .. 419 419