This is an automatic generated email to let you know that the following patch were queued:
Subject: media: i2c: adv748: Fix kerneldoc Author: Ricardo Ribalda <[email protected]> Date: Fri Jan 26 23:16:06 2024 +0000 The field is gone, remove the documentation. Signed-off-by: Ricardo Ribalda <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> 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. *
