Skip to content

Commit

Permalink
fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 27, 2024
1 parent 0e78c6c commit 881ebe0
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 @@ -114,7 +114,7 @@ size_t dmaAllocBuffers ( struct DmaDevice *dev, struct DmaBufferList *list,
}
}

// ACP type with permament handle mapping, dma capable kernel memory
// ACP type with permanent handle mapping, dma capable kernel memory
else if ( list->dev->cfgMode & BUFF_ARM_ACP ) {
buff->buffAddr = kzalloc(list->dev->cfgSize, GFP_DMA | GFP_KERNEL);
if (buff->buffAddr != NULL)
Expand Down

0 comments on commit 881ebe0

Please sign in to comment.