forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
....@@ -67,7 +67,7 @@
6767 * (2 bytes). The DAP can operate in 3 modes:
6868 * (1) only short
6969 * (2) only long
70
-* (3) both long and short but short preferred and long only when necesarry
70
+* (3) both long and short but short preferred and long only when necessary
7171 *
7272 * These modes must be selected compile time via compile switches.
7373 * Compile switch settings for the different modes:
....@@ -112,14 +112,14 @@
112112 * + single master mode means no use of repeated starts
113113 * + multi master mode means use of repeated starts
114114 * Default is single master.
115
-* Default can be overriden by setting the compile switch DRXDAP_SINGLE_MASTER.
115
+* Default can be overridden by setting the compile switch DRXDAP_SINGLE_MASTER.
116116 *
117117 * Slave:
118118 * Single/multi master selected via the flags in the FASI protocol.
119119 * + single master means remember memory address between i2c packets
120120 * + multimaster means flush memory address between i2c packets
121121 * Default is single master, DAP FASI changes multi-master setting silently
122
-* into single master setting. This cannot be overrriden.
122
+* into single master setting. This cannot be overridden.
123123 *
124124 */
125125 /* set default */
....@@ -139,7 +139,7 @@
139139 * In single master mode, data can be written by sending the register address
140140 * first, then two or four bytes of data in the next packet.
141141 * Because the device address plus a register address equals five bytes,
142
-* the mimimum chunk size must be five.
142
+* the minimum chunk size must be five.
143143 * If ten-bit I2C device addresses are used, the minimum chunk size must be six,
144144 * because the I2C device address will then occupy two bytes when writing.
145145 *