projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543f43c
)
base/core.c:fix typo in comment in function device_add
author
majianpeng
<majianpeng@gmail.com>
Wed, 11 Jan 2012 15:12:06 +0000
(15:12 +0000)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/core.c
b/drivers/base/core.c
index ad29e928baaa2f4fa789d49f7f2176ce1cddb3c1..74dda4f697f92d772355f37c0a82553e7827119d 100644
(file)
--- a/
drivers/base/core.c
+++ b/
drivers/base/core.c
@@
-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_sysf
s
_add() and before kobject_uevent().
*/
if (dev->bus)
blocking_notifier_call_chain(&dev->bus->p->bus_notifier,