mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename kufree to kumm_free for consistency with other naming
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ static int audio_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Perform a simple kufree operation */
|
||||
/* Perform a simple apb_free operation */
|
||||
|
||||
DEBUGASSERT(bufdesc->u.pBuffer != NULL);
|
||||
apb_free(bufdesc->u.pBuffer);
|
||||
|
||||
Reference in New Issue
Block a user