i2c: Spelling fixes

[JD: One more fix in i2c-dev.]

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by Joe Perches and committed by Jean Delvare 96acafe0 3e39752d

+3 -3
+1 -1
drivers/i2c/busses/i2c-at91.c
··· 135 * Generic i2c master transfer entrypoint. 136 * 137 * Note: We do not use Atmel's feature of storing the "internal device address". 138 - * Instead the "internal device address" has to be written using a seperate 139 * i2c message. 140 * http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2004-September/024411.html 141 */
··· 135 * Generic i2c master transfer entrypoint. 136 * 137 * Note: We do not use Atmel's feature of storing the "internal device address". 138 + * Instead the "internal device address" has to be written using a separate 139 * i2c message. 140 * http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2004-September/024411.html 141 */
+1 -1
drivers/i2c/busses/i2c-powermac.c
··· 94 break; 95 96 /* Note that these are broken vs. the expected smbus API where 97 - * on reads, the lenght is actually returned from the function, 98 * but I think the current API makes no sense and I don't want 99 * any driver that I haven't verified for correctness to go 100 * anywhere near a pmac i2c bus anyway ...
··· 94 break; 95 96 /* Note that these are broken vs. the expected smbus API where 97 + * on reads, the length is actually returned from the function, 98 * but I think the current API makes no sense and I don't want 99 * any driver that I haven't verified for correctness to go 100 * anywhere near a pmac i2c bus anyway ...
+1 -1
drivers/i2c/i2c-dev.c
··· 184 185 /* This address checking function differs from the one in i2c-core 186 in that it considers an address with a registered device, but no 187 - bounded driver, as NOT busy. */ 188 static int i2cdev_check_addr(struct i2c_adapter *adapter, unsigned int addr) 189 { 190 struct list_head *item;
··· 184 185 /* This address checking function differs from the one in i2c-core 186 in that it considers an address with a registered device, but no 187 + bound driver, as NOT busy. */ 188 static int i2cdev_check_addr(struct i2c_adapter *adapter, unsigned int addr) 189 { 190 struct list_head *item;