Skip to content

Commit

Permalink
dma-debug: modify check_for_stack output
Browse files Browse the repository at this point in the history
s/fromstack/from stack

Signed-off-by: Horia Geanta <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
horiag authored and Jiri Kosina committed Sep 2, 2014
1 parent 1a84db5 commit f9134be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dma-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ static void check_unmap(struct dma_debug_entry *ref)
static void check_for_stack(struct device *dev, void *addr)
{
if (object_is_on_stack(addr))
err_printk(dev, NULL, "DMA-API: device driver maps memory from"
err_printk(dev, NULL, "DMA-API: device driver maps memory from "
"stack [addr=%p]\n", addr);
}

Expand Down

0 comments on commit f9134be

Please sign in to comment.