diff options
author | Márton Németh | 2007-05-09 07:48:05 +0200 |
---|---|---|
committer | Adrian Bunk | 2007-05-09 08:58:16 +0200 |
commit | 01afd80626e98c2347bc25be92ee4a3faf314514 (patch) | |
tree | 9e46318d664563ec90bd2d73aecebfcf122a6a7a | |
parent | misc doc and kconfig typos (diff) | |
download | kernel-qcow2-linux-01afd80626e98c2347bc25be92ee4a3faf314514.tar.gz kernel-qcow2-linux-01afd80626e98c2347bc25be92ee4a3faf314514.tar.xz kernel-qcow2-linux-01afd80626e98c2347bc25be92ee4a3faf314514.zip |
drivers/base/platform.c: fix small typo in doc
Typo: iwithout -> without.
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | drivers/base/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c index eb84d9d44645..869ff8c00146 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -360,7 +360,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregister); * 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. * * This interface is primarily intended for use with legacy drivers |