Skip to content

Commit

Permalink
base/core.c:fix typo in comment in function device_add
Browse files Browse the repository at this point in the history
Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
majianpeng authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent 543f43c commit 268863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 268863f

Please sign in to comment.