[PATCH 2.4] (1/5) I2C updates for 2.4.32-pre3

From: Jean Delvare
Date: Sun Aug 14 2005 - 10:04:42 EST


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@xxxxxxxxxxx>
Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/