Commit 92f1b851 authored by Axel Lin's avatar Axel Lin Committed by Jiri Kosina

devres: Fix a typo in devm_kfree comment

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent cb54f257
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment