Commit e49560f0 authored by Randy Dunlap's avatar Randy Dunlap Committed by Wolfram Sang
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 0a4eecf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
#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)