Message ID | 20240126-gix-mtk-warnings-v1-7-eed7865fce18@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: kerneldoc warnings | expand |
On 1/26/24 15:16, Ricardo Ribalda wrote: > The field is gone, remove the documentation. > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Thanks. > --- > drivers/media/i2c/adv748x/adv748x.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h > index 6f90f78f58cf..d2b5e722e997 100644 > --- a/drivers/media/i2c/adv748x/adv748x.h > +++ b/drivers/media/i2c/adv748x/adv748x.h > @@ -173,7 +173,6 @@ struct adv748x_afe { > * > * @endpoints: parsed device node endpoints for each port > * > - * @i2c_addresses: I2C Page addresses > * @i2c_clients: I2C clients for the page accesses > * @regmap: regmap configuration pages. > * >
Quoting Ricardo Ribalda (2024-01-26 23:16:06) > The field is gone, remove the documentation. Looking at 3e89586a64df ("media: i2c: adv748x: add adv748x driver") confims it was never added. Must have been an old leftover when I upstreamed. Thanks for the fix. Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> > --- > drivers/media/i2c/adv748x/adv748x.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h > index 6f90f78f58cf..d2b5e722e997 100644 > --- a/drivers/media/i2c/adv748x/adv748x.h > +++ b/drivers/media/i2c/adv748x/adv748x.h > @@ -173,7 +173,6 @@ struct adv748x_afe { > * > * @endpoints: parsed device node endpoints for each port > * > - * @i2c_addresses: I2C Page addresses > * @i2c_clients: I2C clients for the page accesses > * @regmap: regmap configuration pages. > * > > -- > 2.43.0.429.g432eaa2c6b-goog >
diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h index 6f90f78f58cf..d2b5e722e997 100644 --- a/drivers/media/i2c/adv748x/adv748x.h +++ b/drivers/media/i2c/adv748x/adv748x.h @@ -173,7 +173,6 @@ struct adv748x_afe { * * @endpoints: parsed device node endpoints for each port * - * @i2c_addresses: I2C Page addresses * @i2c_clients: I2C clients for the page accesses * @regmap: regmap configuration pages. *
The field is gone, remove the documentation. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> --- drivers/media/i2c/adv748x/adv748x.h | 1 - 1 file changed, 1 deletion(-)