aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 15:05:28 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:22:13 -0400
commit5176d6eefd5d58fbb787f96c2140cffb2e826b17 (patch)
tree28ab3a7048debd19d5ddf5671fb8b48c994e3ee3 /include/uapi/linux/dvb
parent7e30c077d4125b4b69717350b44b19013ef0bbe5 (diff)
media: frontend.h: Avoid the term DVB when doesn't refer to a delivery system
The DVB term can either refer to the subsystem or to a delivery system. Avoid it in the first case at the kernel-doc markups. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/dvb')
-rw-r--r--include/uapi/linux/dvb/frontend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h
index e7c29d0bdee4..fc2edb6014fe 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -239,11 +239,11 @@ enum fe_sec_mini_cmd {
239 * @FE_NONE: The frontend doesn't have any kind of lock. 239 * @FE_NONE: The frontend doesn't have any kind of lock.
240 * That's the initial frontend status 240 * That's the initial frontend status
241 * @FE_HAS_SIGNAL: Has found something above the noise level. 241 * @FE_HAS_SIGNAL: Has found something above the noise level.
242 * @FE_HAS_CARRIER: Has found a DVB signal. 242 * @FE_HAS_CARRIER: Has found a signal.
243 * @FE_HAS_VITERBI: FEC inner coding (Viterbi, LDPC or other inner code). 243 * @FE_HAS_VITERBI: FEC inner coding (Viterbi, LDPC or other inner code).
244 * is stable. 244 * is stable.
245 * @FE_HAS_SYNC: Synchronization bytes was found. 245 * @FE_HAS_SYNC: Synchronization bytes was found.
246 * @FE_HAS_LOCK: DVB were locked and everything is working. 246 * @FE_HAS_LOCK: Digital TV were locked and everything is working.
247 * @FE_TIMEDOUT: Fo lock within the last about 2 seconds. 247 * @FE_TIMEDOUT: Fo lock within the last about 2 seconds.
248 * @FE_REINIT: Frontend was reinitialized, application is recommended 248 * @FE_REINIT: Frontend was reinitialized, application is recommended
249 * to reset DiSEqC, tone and parameters. 249 * to reset DiSEqC, tone and parameters.
@@ -269,7 +269,7 @@ enum fe_status {
269 * This parameter indicates if spectral inversion should be presumed or 269 * This parameter indicates if spectral inversion should be presumed or
270 * not. In the automatic setting (``INVERSION_AUTO``) the hardware will try 270 * not. In the automatic setting (``INVERSION_AUTO``) the hardware will try
271 * to figure out the correct setting by itself. If the hardware doesn't 271 * to figure out the correct setting by itself. If the hardware doesn't
272 * support, the DVB core will try to lock at the carrier first with 272 * support, the %dvb_frontend will try to lock at the carrier first with
273 * inversion off. If it fails, it will try to enable inversion. 273 * inversion off. If it fails, it will try to enable inversion.
274 */ 274 */
275enum fe_spectral_inversion { 275enum fe_spectral_inversion {