i2c: axxia: use 'struct' for kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 13 Jan 2023 06:37:56 +0000 (22:37 -0800)
committerWolfram Sang <wsa@kernel.org>
Fri, 20 Jan 2023 09:18:16 +0000 (10:18 +0100)
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 <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-axxia.c

index bdf3b50de8adbfa568680ed81a0ad72adf5e6646..c1c74ce084071c9f5a94d8cd0f05cb086b0419db 100644 (file)
 #define SDA_HOLD_TIME          0x90
 
 /**
- * axxia_i2c_dev - I2C device context
+ * struct axxia_i2c_dev - I2C device context
  * @base: pointer to register struct
  * @msg: pointer to current message
  * @msg_r: pointer to current read message (sequence transfer)