[PATCH 2.4] i2c cleanups, third wave (8/8)

From: Jean Delvare
Date: Sun Jan 11 2004 - 10:28:33 EST


This last patch fixes missing spaces in an error message in i2c-core.c.
Original patch by Kyösti Mälkki.

Thanks!

--- linux-2.4.25-pre4-k7/drivers/i2c/i2c-core.c Sun Jan 11 10:33:12 2004
+++ linux-2.4.25-pre4-k8/drivers/i2c/i2c-core.c Sun Jan 11 13:51:11 2004
@@ -359,8 +359,8 @@
"unregistering driver "
"`%s', the client at "
"address %02x of "
- "adapter `%s' could not"
- "be detached; driver"
+ "adapter `%s' could not "
+ "be detached; driver "
"not unloaded!",
driver->name,
client->addr,



--
Jean Delvare
http://www.ensicaen.ismra.fr/~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/