Rename kfree to kmm_free for consistency with other naming conventions

This commit is contained in:
Gregory Nutt
2014-08-31 17:04:02 -06:00
parent 204e5b1162
commit 54fa3b0b59
137 changed files with 646 additions and 641 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ errout_with_stack:
goto errout;
errout_with_tcb:
kfree(tcb);
kmm_free(tcb);
errout:
set_errno(err);
bdbg("returning errno: %d\n", err);