mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
cb54f2571f
commit
92f1b85187
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue