Rename kufree to kumm_free for consistency with other naming

This commit is contained in:
Gregory Nutt
2014-08-31 16:15:11 -06:00
parent 9cd1ddada4
commit 9ad7dae4c1
28 changed files with 49 additions and 45 deletions
+1 -1
View File
@@ -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);