mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -2368,6 +2368,6 @@ int usbdev_serialinitialize(int minor)
|
||||
errout_with_class:
|
||||
usbdev_unregister(&drvr->drvr);
|
||||
errout_with_alloc:
|
||||
kfree(alloc);
|
||||
kmm_free(alloc);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user