aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authormajianpeng <majianpeng@gmail.com>2012-01-11 10:12:06 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-24 13:47:42 -0500
commit268863f43629ef88763400d0cae4a66c754a0d23 (patch)
tree85a924f3ea004e525f87f27bd78878d98ea86274 /drivers/base
parent543f43ce87c45220a8ffbff5ff4b60122499ce5f (diff)
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>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c
index ad29e928baaa..74dda4f697f9 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -1034,7 +1034,7 @@ int device_add(struct device *dev)
1034 device_pm_add(dev); 1034 device_pm_add(dev);
1035 1035
1036 /* Notify clients of device addition. This call must come 1036 /* Notify clients of device addition. This call must come
1037 * after dpm_sysf_add() and before kobject_uevent(). 1037 * after dpm_sysfs_add() and before kobject_uevent().
1038 */ 1038 */
1039 if (dev->bus) 1039 if (dev->bus)
1040 blocking_notifier_call_chain(&dev->bus->p->bus_notifier, 1040 blocking_notifier_call_chain(&dev->bus->p->bus_notifier,