diff options
| author | Jean Delvare <[email protected]> | 2005-12-27 18:45:58 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-01-13 19:26:11 +0000 |
| commit | 2d7b5a70e01ff8b1b054d8313362e454e3057c5a (patch) | |
| tree | db0c60aac7ed0d07de1c1b53957bf11fac4ffc17 /drivers/base/platform.c | |
| parent | [PATCH] Add {css,ccw}_bus_type probe, remove, shutdown methods. (diff) | |
| download | kernel-2d7b5a70e01ff8b1b054d8313362e454e3057c5a.tar.gz kernel-2d7b5a70e01ff8b1b054d8313362e454e3057c5a.zip | |
[PATCH] platform-device-del typo fix
Please fold this typo fix into platform-device-del.patch, as was
discussed earlier on LKML:
http://lkml.org/lkml/2005/12/10/76
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/platform.c')
| -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 0f81731bdfa8..461554a02517 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -327,7 +327,7 @@ EXPORT_SYMBOL_GPL(platform_device_register); * @pdev: platform device we're unregistering * * Unregistration is done in 2 steps. Fisrt we release all resources - * and remove it from the sybsystem, then we drop reference count by + * and remove it from the subsystem, then we drop reference count by * calling platform_device_put(). */ void platform_device_unregister(struct platform_device * pdev) |
