浏览代码

devres: Fix a typo in devm_kfree comment

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Axel Lin 13 年之前
父节点
当前提交
92f1b85187
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/base/devres.c

+ 1 - 1
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 devm_kzalloc().
  */
 void devm_kfree(struct device *dev, void *p)
 {