[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 <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Jean Delvare and committed by Greg Kroah-Hartman 2d7b5a70 8bbace7e

+1 -1
+1 -1
drivers/base/platform.c
··· 327 * @pdev: platform device we're unregistering 328 * 329 * Unregistration is done in 2 steps. Fisrt we release all resources 330 - * and remove it from the sybsystem, then we drop reference count by 331 * calling platform_device_put(). 332 */ 333 void platform_device_unregister(struct platform_device * pdev)
··· 327 * @pdev: platform device we're unregistering 328 * 329 * Unregistration is done in 2 steps. Fisrt we release all resources 330 + * and remove it from the subsystem, then we drop reference count by 331 * calling platform_device_put(). 332 */ 333 void platform_device_unregister(struct platform_device * pdev)