Skip to content

Commit

Permalink
devres: Fix a typo in devm_kfree comment
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Axel Lin authored and Jiri Kosina committed Dec 20, 2011
1 parent cb54f25 commit 92f1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 92f1b85

Please sign in to comment.