projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb54f25
)
devres: Fix a typo in devm_kfree comment
author
Axel Lin
<axel.lin@gmail.com>
Tue, 20 Dec 2011 07:17:45 +0000
(15:17 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Dec 2011 23:31:47 +0000
(
00:31
+0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/devres.c
patch
|
blob
|
history
diff --git
a/drivers/base/devres.c
b/drivers/base/devres.c
index 65cd74832450507b9f7b1949b6ca85c648109ff1..524bf96c289f0abe8d677712b79635b3456b1ddf 100644
(file)
--- a/
drivers/base/devres.c
+++ b/
drivers/base/devres.c
@@
-639,7
+639,7
@@
EXPORT_SYMBOL_GPL(devm_kzalloc);
* @dev: Device this memory belongs to
* @p: Memory to free
*
- * Free memory allocated with dev_kzalloc().
+ * Free memory allocated with dev
m
_kzalloc().
*/
void devm_kfree(struct device *dev, void *p)
{