]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
i2c: Correct struct i2c_driver doc about detection
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Sun, 7 Oct 2012 22:26:17 +0000 (09:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 7 Oct 2012 22:26:17 +0000 (09:26 +1100)
s/address_data/address_list/ in addition to c3813d6.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
include/linux/i2c.h

index 5970266930a26f0517208b03336646232067dc1a..94aed0c85bb02066787da65ea55ecee60e2161ca 100644 (file)
@@ -144,7 +144,7 @@ extern s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client,
  * The driver.owner field should be set to the module owner of this driver.
  * The driver.name field should be set to the name of this driver.
  *
- * For automatic device detection, both @detect and @address_data must
+ * For automatic device detection, both @detect and @address_list must
  * be defined. @class should also be set, otherwise only devices forced
  * with module parameters will be created. The detect function must
  * fill at least the name field of the i2c_board_info structure it is