hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/platform_data/media/si4713.h
....@@ -31,7 +31,7 @@
3131 */
3232 struct si4713_rnl {
3333 __u32 index; /* modulator index */
34
- __u32 frequency; /* frequency to peform rnl measurement */
34
+ __u32 frequency; /* frequency to perform rnl measurement */
3535 __s32 rnl; /* result of measurement in dBuV */
3636 __u32 reserved[4]; /* drivers and apps must init this to 0 */
3737 };
....@@ -40,7 +40,7 @@
4040 * This is the ioctl number to query for rnl. Users must pass a
4141 * struct si4713_rnl pointer specifying desired frequency in 'frequency' field
4242 * following driver capabilities (i.e V4L2_TUNER_CAP_LOW).
43
- * Driver must return measured value in the same struture, filling 'rnl' field.
43
+ * Driver must return measured value in the same structure, filling 'rnl' field.
4444 */
4545 #define SI4713_IOC_MEASURE_RNL _IOWR('V', BASE_VIDIOC_PRIVATE + 0, \
4646 struct si4713_rnl)