From: Hans Verkuil Date: Tue, 8 Mar 2022 08:42:29 +0000 (+0100) Subject: media: m5mols/m5mols.h: document new reset field X-Git-Tag: v5.18-rc1~153^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4df312b9caf289db5fbeada69d44eaa6daeaae3a;p=thirdparty%2Fkernel%2Flinux.git 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 Fixes: aaaf357fa61c (media: m5mols: Convert to use GPIO descriptors) Reviewed-by: Linus Walleij Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/m5mols/m5mols.h b/drivers/media/i2c/m5mols/m5mols.h index b56eb0a8ee97b..d8545d2280afb 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