aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-10-29 13:04:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 20:38:43 -0400
commitb1d6d822550ee4e71ab9d55e65f8e096fb11e62b (patch)
treec392490566986cee2f2e3dbf1d9ca07e09ec109d /drivers
parent94b086b243e112030b815b76e61de6523e6fc700 (diff)
drivers/base: fix typo in comment for arch_setup_pdev_archdata()
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 8727e9c5eea4..af1d47f0e99d 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -44,7 +44,7 @@ EXPORT_SYMBOL_GPL(platform_bus);
44 * be setup before the platform_notifier is called. So if a user needs to 44 * be setup before the platform_notifier is called. So if a user needs to
45 * manipulate any relevant information in the pdev_archdata they can do: 45 * manipulate any relevant information in the pdev_archdata they can do:
46 * 46 *
47 * platform_devic_alloc() 47 * platform_device_alloc()
48 * ... manipulate ... 48 * ... manipulate ...
49 * platform_device_add() 49 * platform_device_add()
50 * 50 *