diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-12-09 07:35:38 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-12-11 01:16:10 +0300 |
commit | 3ac61258599b5abe45d97b926d44a79262385bae (patch) | |
tree | 31f0afcf0afaad7e2f5081550919770392248a6f /include/linux/i2c.h | |
parent | 2c2f00ab1641895183488ff2bce53c415344fb87 (diff) | |
download | linux-3ac61258599b5abe45d97b926d44a79262385bae.tar.xz |
i2c: fix header file kernel-doc warning
Fix kernel-doc warning in <linux/i2c.h>.
../include/linux/i2c.h:337: warning: Function parameter or member 'init_irq' not described in 'i2c_client'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index d1baf8d57536..91954324f985 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -300,6 +300,7 @@ struct i2c_driver { * generic enough to hide second-sourcing and compatible revisions. * @adapter: manages the bus segment hosting this I2C device * @dev: Driver model device node for the slave. + * @init_irq: IRQ that was set at initialization * @irq: indicates the IRQ generated by this device (if any) * @detected: member of an i2c_driver.clients list or i2c-core's * userspace_devices list |