summaryrefslogtreecommitdiff
path: root/nuttx/audio
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:11 -0600
commitfafba1669d8d4e158fc73442fde971670caf17dd (patch)
tree720999b8c8bf701ded85d2d5400196d04684aa86 /nuttx/audio
parent81baf55fd8f4e860516cdfbaa5db2d74b5289bfd (diff)
downloadnuttx-fafba1669d8d4e158fc73442fde971670caf17dd.tar.gz
nuttx-fafba1669d8d4e158fc73442fde971670caf17dd.tar.bz2
nuttx-fafba1669d8d4e158fc73442fde971670caf17dd.zip
Rename kufree to kumm_free for consistency with other naming
Diffstat (limited to 'nuttx/audio')
-rw-r--r--nuttx/audio/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/audio/audio.c b/nuttx/audio/audio.c
index c198f089d..252531677 100644
--- a/nuttx/audio/audio.c
+++ b/nuttx/audio/audio.c
@@ -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);