Skip to content

Commit f9c77fe

Browse files
6by9mchehab
authored andcommitted
media: i2c: ov9282: Fix missing documentation in structures
Fix missing documentation entries for members of structures, as flagged by smatch. Signed-off-by: Dave Stevenson <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent e70fefd commit f9c77fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/media/i2c/ov9282.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ struct ov9282_reg_list {
130130
* @vblank_min: Minimum vertical blanking in lines
131131
* @vblank_max: Maximum vertical blanking in lines
132132
* @link_freq_idx: Link frequency index
133+
* @crop: on-sensor cropping for this mode
133134
* @reg_list: Register list for sensor mode
134135
*/
135136
struct ov9282_mode {
@@ -152,13 +153,16 @@ struct ov9282_mode {
152153
* @pad: Media pad. Only one pad supported
153154
* @reset_gpio: Sensor reset gpio
154155
* @inclk: Sensor input clock
156+
* @supplies: Regulator supplies for the sensor
155157
* @ctrl_handler: V4L2 control handler
156158
* @link_freq_ctrl: Pointer to link frequency control
157159
* @hblank_ctrl: Pointer to horizontal blanking control
158160
* @vblank_ctrl: Pointer to vertical blanking control
159161
* @exp_ctrl: Pointer to exposure control
160162
* @again_ctrl: Pointer to analog gain control
163+
* @pixel_rate: Pointer to pixel rate control
161164
* @vblank: Vertical blanking in lines
165+
* @noncontinuous_clock: Selection of CSI2 noncontinuous clock mode
162166
* @cur_mode: Pointer to current selected sensor mode
163167
* @code: Mbus code currently selected
164168
* @mutex: Mutex for serializing sensor controls

0 commit comments

Comments
 (0)