base/core.c:fix typo in comment in function device_add

Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
majianpeng 2012-01-11 15:12:06 +00:00 committed by Greg Kroah-Hartman
parent 543f43ce87
commit 268863f436
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ int device_add(struct device *dev)
device_pm_add(dev);
/* Notify clients of device addition. This call must come
* after dpm_sysf_add() and before kobject_uevent().
* after dpm_sysfs_add() and before kobject_uevent().
*/
if (dev->bus)
blocking_notifier_call_chain(&dev->bus->p->bus_notifier,