]> Pileus Git - ~andy/linux/blobdiff - drivers/base/devres.c
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[~andy/linux] / drivers / base / devres.c
index 65cd74832450507b9f7b1949b6ca85c648109ff1..524bf96c289f0abe8d677712b79635b3456b1ddf 100644 (file)
@@ -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 devm_kzalloc().
  */
 void devm_kfree(struct device *dev, void *p)
 {