diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2022-03-08 11:42:29 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-18 09:27:56 +0300 |
commit | 4df312b9caf289db5fbeada69d44eaa6daeaae3a (patch) | |
tree | dcdc33989132668680aba9315253fdd709e125f7 /drivers/media/i2c | |
parent | f1b7d5ffc257915d0baf58aa8515cf3f70c93c77 (diff) | |
download | linux-4df312b9caf289db5fbeada69d44eaa6daeaae3a.tar.xz |
media: m5mols/m5mols.h: document new reset field
The new reset field in struct m5mols_info was not documented,
add this.
This fixes a kerneldoc warning:
drivers/media/i2c/m5mols/m5mols.h:244: warning: Function parameter or member 'reset' not described in 'm5mols_info'
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: aaaf357fa61c (media: m5mols: Convert to use GPIO descriptors)
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/m5mols/m5mols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/m5mols/m5mols.h b/drivers/media/i2c/m5mols/m5mols.h index b56eb0a8ee97..d8545d2280af 100644 --- a/drivers/media/i2c/m5mols/m5mols.h +++ b/drivers/media/i2c/m5mols/m5mols.h @@ -182,6 +182,7 @@ struct m5mols_version { * @stabilization: image stabilization control * @jpeg_quality: JPEG compression quality control * @set_power: optional power callback to the board code + * @reset: GPIO driving the reset pin of M-5MOLS * @lock: mutex protecting the structure fields below * @ffmt: current fmt according to resolution type * @res_type: current resolution type |