Skip to content

Commit 637f33a

Browse files
shubhraamdwsakernel
authored andcommitted
i2c: cadence: Fix the kernel-doc warnings
This fixes the below warnings drivers/i2c/busses/i2c-cadence.c:221: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c' Reviewed-by: Andi Shyti <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Shubhrajyoti Datta <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent fee4651 commit 637f33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-cadence.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ enum cdns_i2c_slave_state {
182182
* @reset: Reset control for the device
183183
* @quirks: flag for broken hold bit usage in r1p10
184184
* @ctrl_reg: Cached value of the control register.
185+
* @rinfo: I2C GPIO recovery information
185186
* @ctrl_reg_diva_divb: value of fields DIV_A and DIV_B from CR register
186187
* @slave: Registered slave instance.
187188
* @dev_mode: I2C operating role(master/slave).

0 commit comments

Comments
 (0)