Messages in this thread Patch in this message |  | | | Date | Sun, 14 Aug 2005 17:04:59 +0200 | | From | Jean Delvare <> | | Subject | [PATCH 2.4] (1/5) I2C updates for 2.4.32-pre3 |
| |
Backport of a spelling fix Tobias Klauser sent to me for Linux 2.6.12-rc4. Already fixed in i2c CVS.
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch> Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/i2c-dev.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.4.30.orig/drivers/i2c/i2c-dev.c 2005-06-03 19:21:12.000000000 +0200 +++ linux-2.4.30/drivers/i2c/i2c-dev.c 2005-06-03 19:22:52.000000000 +0200 @@ -229,7 +229,7 @@ sizeof(rdwr_arg))) return -EFAULT; - /* Put an arbritrary limit on the number of messages that can + /* Put an arbitrary limit on the number of messages that can * be sent at once */ if (rdwr_arg.nmsgs > 42) return -EINVAL; -- Jean Delvare - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |