[PATCH] platform: small typo in doc

From: Németh Márton
Date: Mon Mar 19 2007 - 03:34:03 EST


From: Márton Németh <nm127@xxxxxxxxxxx>

Typo: iwithout -> without.

Signed-off-by: Márton Németh <nm127@xxxxxxxxxxx>
---

--- linux-2.6.21-rc4.orig/drivers/base/platform.c 2007-03-16 01:20:01.000000000 +0100
+++ linux-2.6.21-rc4/drivers/base/platform.c 2007-03-19 08:08:33.000000000 +0100
@@ -347,7 +347,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregi
* This function creates a simple platform device that requires minimal
* resource and memory management. Canned release function freeing
* memory allocated for the device allows drivers using such devices
- * to be unloaded iwithout waiting for the last reference to the device
+ * to be unloaded without waiting for the last reference to the device
* to be dropped.
*/
struct platform_device *platform_device_register_simple(char *name, unsigned int id,
-
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/