.. | .. |
---|
31 | 31 | */ |
---|
32 | 32 | struct si4713_rnl { |
---|
33 | 33 | __u32 index; /* modulator index */ |
---|
34 | | - __u32 frequency; /* frequency to peform rnl measurement */ |
---|
| 34 | + __u32 frequency; /* frequency to perform rnl measurement */ |
---|
35 | 35 | __s32 rnl; /* result of measurement in dBuV */ |
---|
36 | 36 | __u32 reserved[4]; /* drivers and apps must init this to 0 */ |
---|
37 | 37 | }; |
---|
.. | .. |
---|
40 | 40 | * This is the ioctl number to query for rnl. Users must pass a |
---|
41 | 41 | * struct si4713_rnl pointer specifying desired frequency in 'frequency' field |
---|
42 | 42 | * 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. |
---|
44 | 44 | */ |
---|
45 | 45 | #define SI4713_IOC_MEASURE_RNL _IOWR('V', BASE_VIDIOC_PRIVATE + 0, \ |
---|
46 | 46 | struct si4713_rnl) |
---|