forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
....@@ -94,7 +94,7 @@
9494 * \param r_count The number of bytes to read
9595 * \param r_data The array to read the data from
9696 * \return int Return status.
97
-* \retval 0 Succes.
97
+* \retval 0 Success.
9898 * \retval -EIO Failure.
9999 * \retval -EINVAL Parameter 'wcount' is not zero but parameter
100100 * 'wdata' contains NULL.
....@@ -986,7 +986,7 @@
986986 * \struct struct drx_channel * \brief The set of parameters describing a single channel.
987987 *
988988 * Used by DRX_CTRL_SET_CHANNEL and DRX_CTRL_GET_CHANNEL.
989
-* Only certain fields need to be used for a specfic standard.
989
+* Only certain fields need to be used for a specific standard.
990990 *
991991 */
992992 struct drx_channel {
....@@ -1606,7 +1606,7 @@
16061606 DRX_AUD_I2S_MATRIX_B_MONO,
16071607 /*< B sound only, stereo or mono */
16081608 DRX_AUD_I2S_MATRIX_STEREO,
1609
- /*< A+B sound, transparant */
1609
+ /*< A+B sound, transparent */
16101610 DRX_AUD_I2S_MATRIX_MONO /*< A+B mixed to mono sum, (L+R)/2 */};
16111611
16121612 /*
....@@ -1870,7 +1870,7 @@
18701870 /*< current power management mode */
18711871
18721872 /* Tuner */
1873
- u8 tuner_port_nr; /*< nr of I2C port to wich tuner is */
1873
+ u8 tuner_port_nr; /*< nr of I2C port to which tuner is */
18741874 s32 tuner_min_freq_rf;
18751875 /*< minimum RF input frequency, in kHz */
18761876 s32 tuner_max_freq_rf;