]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
base/core.c:fix typo in comment in function device_add
authormajianpeng <majianpeng@gmail.com>
Wed, 11 Jan 2012 15:12:06 +0000 (15:12 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 18:47:42 +0000 (10:47 -0800)
Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c

index ad29e928baaa2f4fa789d49f7f2176ce1cddb3c1..74dda4f697f92d772355f37c0a82553e7827119d 100644 (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,