From: Axel Lin Date: Tue, 20 Dec 2011 07:17:45 +0000 (+0800) Subject: devres: Fix a typo in devm_kfree comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92f1b8518708c085ed7d07d8e7ed36411c92fa4f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git devres: Fix a typo in devm_kfree comment Signed-off-by: Axel Lin Signed-off-by: Jiri Kosina --- diff --git a/drivers/base/devres.c b/drivers/base/devres.c index 65cd74832450..524bf96c289f 100644 --- 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 devm_kzalloc(). */ void devm_kfree(struct device *dev, void *p) {