mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 14:44:10 +08:00
i2c.h: fix kernel-doc warnings
Fix kernel-doc warnings in linux/i2c.h: Warning(include/linux/i2c.h:176): No description found for parameter 'alert' Warning(include/linux/i2c.h:259): No description found for parameter 'of_node' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
0caa621065
commit
72d2e9f9f9
@ -108,6 +108,7 @@ extern s32 i2c_smbus_write_i2c_block_data(struct i2c_client *client,
|
|||||||
* @shutdown: Callback for device shutdown
|
* @shutdown: Callback for device shutdown
|
||||||
* @suspend: Callback for device suspend
|
* @suspend: Callback for device suspend
|
||||||
* @resume: Callback for device resume
|
* @resume: Callback for device resume
|
||||||
|
* @alert: Alert callback, for example for the SMBus alert protocol
|
||||||
* @command: Callback for bus-wide signaling (optional)
|
* @command: Callback for bus-wide signaling (optional)
|
||||||
* @driver: Device driver model driver
|
* @driver: Device driver model driver
|
||||||
* @id_table: List of I2C devices supported by this driver
|
* @id_table: List of I2C devices supported by this driver
|
||||||
@ -233,6 +234,7 @@ static inline void i2c_set_clientdata(struct i2c_client *dev, void *data)
|
|||||||
* @addr: stored in i2c_client.addr
|
* @addr: stored in i2c_client.addr
|
||||||
* @platform_data: stored in i2c_client.dev.platform_data
|
* @platform_data: stored in i2c_client.dev.platform_data
|
||||||
* @archdata: copied into i2c_client.dev.archdata
|
* @archdata: copied into i2c_client.dev.archdata
|
||||||
|
* @of_node: pointer to OpenFirmware device node
|
||||||
* @irq: stored in i2c_client.irq
|
* @irq: stored in i2c_client.irq
|
||||||
*
|
*
|
||||||
* I2C doesn't actually support hardware probing, although controllers and
|
* I2C doesn't actually support hardware probing, although controllers and
|
||||||
|
Loading…
Reference in New Issue
Block a user