1
0
Fork 0

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>
wifi-calibration
Sebastian Andrzej Siewior 2012-10-29 18:04:53 +01:00 committed by Greg Kroah-Hartman
parent 94b086b243
commit b1d6d82255
1 changed files with 1 additions and 1 deletions

View File

@ -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()
*