diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 15:28:33 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 16:47:37 -0400 |
| commit | 76add03db97c11142e30d1e63c6f19e179b8b6c6 (patch) | |
| tree | 9f000cbd6ad9891faf7233cc1bce4eb79f969970 /include/uapi/linux/dvb | |
| parent | 429c2024cb7b4e3be50dae9a5976692bf733f08c (diff) | |
[media] frontend: Fix a typo at the comments
The description of struct dtv_stats has a spmall typo:
FE_SCALE_DECIBELS instead of FE_SCALE_DECIBEL
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/dvb')
| -rw-r--r-- | include/uapi/linux/dvb/frontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index 46c7fd1143a5..0380e62fc8b2 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -435,13 +435,13 @@ enum fecap_scale_params { | |||
| 435 | * | 435 | * |
| 436 | * In other words, for ISDB, those values should be filled like: | 436 | * In other words, for ISDB, those values should be filled like: |
| 437 | * u.st.stat.svalue[0] = global statistics; | 437 | * u.st.stat.svalue[0] = global statistics; |
| 438 | * u.st.stat.scale[0] = FE_SCALE_DECIBELS; | 438 | * u.st.stat.scale[0] = FE_SCALE_DECIBEL; |
| 439 | * u.st.stat.value[1] = layer A statistics; | 439 | * u.st.stat.value[1] = layer A statistics; |
| 440 | * u.st.stat.scale[1] = FE_SCALE_NOT_AVAILABLE (if not available); | 440 | * u.st.stat.scale[1] = FE_SCALE_NOT_AVAILABLE (if not available); |
| 441 | * u.st.stat.svalue[2] = layer B statistics; | 441 | * u.st.stat.svalue[2] = layer B statistics; |
| 442 | * u.st.stat.scale[2] = FE_SCALE_DECIBELS; | 442 | * u.st.stat.scale[2] = FE_SCALE_DECIBEL; |
| 443 | * u.st.stat.svalue[3] = layer C statistics; | 443 | * u.st.stat.svalue[3] = layer C statistics; |
| 444 | * u.st.stat.scale[3] = FE_SCALE_DECIBELS; | 444 | * u.st.stat.scale[3] = FE_SCALE_DECIBEL; |
| 445 | * u.st.len = 4; | 445 | * u.st.len = 4; |
| 446 | */ | 446 | */ |
| 447 | struct dtv_stats { | 447 | struct dtv_stats { |
