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

media: Documentation/driver-api: media/dtv-frontend: drop doubled word

Drop the doubled word "errors".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
1785c829 3cf80a75

+3 -3
+3 -3
Documentation/driver-api/media/dtv-frontend.rst
··· 244 244 Having it available after inner FEC is more common. 245 245 246 246 Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`) 247 - - Those counters measure the number of bits and bit errors errors after 247 + - Those counters measure the number of bits and bit errors after 248 248 the forward error correction (FEC) on the inner coding block 249 249 (after Viterbi, LDPC or other inner code). 250 250 ··· 253 253 see :c:type:`fe_status`). 254 254 255 255 Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`) 256 - - Those counters measure the number of bits and bit errors errors before 256 + - Those counters measure the number of bits and bit errors before 257 257 the forward error correction (FEC) on the inner coding block 258 258 (before Viterbi, LDPC or other inner code). 259 259 ··· 263 263 after ``FE_HAS_VITERBI``, see :c:type:`fe_status`). 264 264 265 265 Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`) 266 - - Those counters measure the number of blocks and block errors errors after 266 + - Those counters measure the number of blocks and block errors after 267 267 the forward error correction (FEC) on the inner coding block 268 268 (before Viterbi, LDPC or other inner code). 269 269