forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/dvb-frontends/drx39xyj/drxj.h
....@@ -49,7 +49,7 @@
4949 #if ((DRXDAP_SINGLE_MASTER == 0) && (DRXDAPFASI_LONG_ADDR_ALLOWED == 0))
5050 #error "Multi master mode and short addressing only is an illegal combination"
5151 *; /* Generate a fatal compiler error to make sure it stops here,
52
- this is necesarry because not all compilers stop after a #error. */
52
+ this is necessary because not all compilers stop after a #error. */
5353 #endif
5454
5555 /*-------------------------------------------------------------------------
....@@ -203,7 +203,7 @@
203203 * /struct drxjrs_errors
204204 * Available failure information in DRXJ_FEC_RS.
205205 *
206
-* Container for errors that are received in the most recently finished measurment period
206
+* Container for errors that are received in the most recently finished measurement period
207207 *
208208 */
209209 struct drxjrs_errors {
....@@ -405,7 +405,7 @@
405405 *
406406 */
407407 struct drxj_data {
408
- /* device capabilties (determined during drx_open()) */
408
+ /* device capabilities (determined during drx_open()) */
409409 bool has_lna; /*< true if LNA (aka PGA) present */
410410 bool has_oob; /*< true if OOB supported */
411411 bool has_ntsc; /*< true if NTSC supported */
....@@ -455,7 +455,7 @@
455455
456456 /* IQM fs frequecy shift and inversion */
457457 u32 iqm_fs_rate_ofs; /*< frequency shifter setting after setchannel */
458
- bool pos_image; /*< Ture: positive image */
458
+ bool pos_image; /*< True: positive image */
459459 /* IQM RC frequecy shift */
460460 u32 iqm_rc_rate_ofs; /*< frequency shifter setting after setchannel */
461461
....@@ -468,8 +468,8 @@
468468 bool phase_correction_bypass;/*< flag: true=bypass */
469469 s16 atv_top_vid_peak; /*< shadow of ATV_TOP_VID_PEAK__A */
470470 u16 atv_top_noise_th; /*< shadow of ATV_TOP_NOISE_TH__A */
471
- bool enable_cvbs_output; /*< flag CVBS ouput enable */
472
- bool enable_sif_output; /*< flag SIF ouput enable */
471
+ bool enable_cvbs_output; /*< flag CVBS output enable */
472
+ bool enable_sif_output; /*< flag SIF output enable */
473473 enum drxjsif_attenuation sif_attenuation;
474474 /*< current SIF att setting */
475475 /* Agc configuration for QAM and VSB */