mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename kmalloc to kmm_malloc for consistency
This commit is contained in:
@@ -89,7 +89,7 @@ int usbmsc_archinitialize(void)
|
||||
uint8_t *pbuffer;
|
||||
int ret;
|
||||
|
||||
pbuffer = (uint8_t *)kmalloc(BUFFER_SIZE);
|
||||
pbuffer = (uint8_t *)kmm_malloc(BUFFER_SIZE);
|
||||
if (!pbuffer)
|
||||
{
|
||||
lowsyslog("usbmsc_archinitialize: Failed to allocate ramdisk of size %d\n",
|
||||
|
||||
Reference in New Issue
Block a user