diff options
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 72c776f2a1f..1e8f65420db 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -44,7 +44,7 @@ EXPORT_SYMBOL_GPL(platform_bus);   * be setup before the platform_notifier is called.  So if a user needs to   * manipulate any relevant information in the pdev_archdata they can do:   * - * 	platform_devic_alloc() + *	platform_device_alloc()   * 	... manipulate ...   * 	platform_device_add()   *  |