[PATCH] platform-device-del typo fix
authorJean Delvare <khali@linux-fr.org>
Tue, 27 Dec 2005 18:45:58 +0000 (19:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Jan 2006 19:26:11 +0000 (11:26 -0800)
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 <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/platform.c

index 0f81731..461554a 100644 (file)
@@ -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)