mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ int inode_remove(FAR const char *path)
|
||||
/* And delete it now -- recursively to delete all of its children */
|
||||
|
||||
inode_free(node->i_child);
|
||||
kfree(node);
|
||||
kmm_free(node);
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user