Skip to content

Commit e49560f

Browse files
rddunlapwsakernel
authored andcommitted
i2c: axxia: use 'struct' for kernel-doc notation
Add "struct" to prevent this kernel-doc warning: drivers/i2c/busses/i2c-axxia.c:135: warning: cannot understand function prototype: 'struct axxia_i2c_dev ' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 0a4eecf commit e49560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-axxia.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
#define SDA_HOLD_TIME 0x90
119119

120120
/**
121-
* axxia_i2c_dev - I2C device context
121+
* struct axxia_i2c_dev - I2C device context
122122
* @base: pointer to register struct
123123
* @msg: pointer to current message
124124
* @msg_r: pointer to current read message (sequence transfer)

0 commit comments

Comments
 (0)