Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 5, 2024
1 parent f2212b5 commit d188d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/driver/dma_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ size_t dmaAllocBuffers ( struct DmaDevice *dev, struct DmaBufferList *list,
dev_err(dev->device, "dmaAllocBuffers(BUFF_STREAM): DMA mapping failed\n");
}
} else {
// DMA mapping failed
// Memory allocation failed
dev_err(list->dev->device, "dmaAllocBuffers(BUFF_STREAM): kmalloc Memory allocation failed\n");
}
#else
Expand Down

0 comments on commit d188d4d

Please sign in to comment.