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

media: Documentation: media: dtv-frontend.rst: fix a few minor typos

Fix a few minor typos throughout the document without changing the
meaning of the sentences.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Daniel W. S. Almeida and committed by
Mauro Carvalho Chehab
f19dfd26 98b38bb4

+8 -8
+8 -8
Documentation/media/kapi/dtv-frontend.rst
··· 15 15 Demodulator driver 16 16 ^^^^^^^^^^^^^^^^^^ 17 17 18 - The demodulator driver is responsible to talk with the decoding part of the 19 - hardware. Such driver should implement :c:type:`dvb_frontend_ops`, with 18 + The demodulator driver is responsible for talking with the decoding part of the 19 + hardware. Such driver should implement :c:type:`dvb_frontend_ops`, which 20 20 tells what type of digital TV standards are supported, and points to a 21 21 series of functions that allow the DVB core to command the hardware via 22 22 the code under ``include/media/dvb_frontend.c``. ··· 120 120 121 121 .. |delta| unicode:: U+00394 122 122 123 - The ``include/media/dvb_frontend.c`` has a kernel thread with is 123 + The ``include/media/dvb_frontend.c`` has a kernel thread which is 124 124 responsible for tuning the device. It supports multiple algorithms to 125 125 detect a channel, as defined at enum :c:func:`dvbfe_algo`. 126 126 ··· 220 220 - As the gain is visible through the set of registers that adjust the gain, 221 221 typically, this statistics is always available [#f3]_. 222 222 223 - - Drivers should try to make it available all the times, as this statistics 223 + - Drivers should try to make it available all the times, as these statistics 224 224 can be used when adjusting an antenna position and to check for troubles 225 225 at the cabling. 226 226 227 - .. [#f3] On a few devices, the gain keeps floating if no carrier. 227 + .. [#f3] On a few devices, the gain keeps floating if there is no carrier. 228 228 On such devices, strength report should check first if carrier is 229 229 detected at the tuner (``FE_HAS_CARRIER``, see :c:type:`fe_status`), 230 230 and otherwise return the lowest possible value. ··· 232 232 Carrier Signal to Noise ratio (:ref:`DTV-STAT-CNR`) 233 233 - Signal to Noise ratio for the main carrier. 234 234 235 - - Signal to Noise measurement depends on the device. On some hardware, is 235 + - Signal to Noise measurement depends on the device. On some hardware, it is 236 236 available when the main carrier is detected. On those hardware, CNR 237 237 measurement usually comes from the tuner (e. g. after ``FE_HAS_CARRIER``, 238 238 see :c:type:`fe_status`). ··· 323 323 .read_status = foo_get_status_and_stats, 324 324 }; 325 325 326 - Statistics collect 327 - ^^^^^^^^^^^^^^^^^^ 326 + Statistics collection 327 + ^^^^^^^^^^^^^^^^^^^^^ 328 328 329 329 On almost all frontend hardware, the bit and byte counts are stored by 330 330 the hardware after a certain amount of time or after the total bit/block