diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2012-10-29 17:04:53 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-10-31 00:38:43 +0000 |
| commit | b1d6d822550ee4e71ab9d55e65f8e096fb11e62b (patch) | |
| tree | c392490566986cee2f2e3dbf1d9ca07e09ec109d /drivers/base/platform.c | |
| parent | Merge 3.7-rc3 into driver-core-next (diff) | |
| download | kernel-b1d6d822550ee4e71ab9d55e65f8e096fb11e62b.tar.gz kernel-b1d6d822550ee4e71ab9d55e65f8e096fb11e62b.zip | |
drivers/base: fix typo in comment for arch_setup_pdev_archdata()
Signed-off-by: Sebastian Andrzej Siewior <[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 8727e9c5eea4..af1d47f0e99d 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() * |
