aboutsummaryrefslogtreecommitdiff
path: root/lib/dma-debug.c
diff options
context:
space:
mode:
authorHoria Geanta <horia.geanta@freescale.com>2014-09-02 14:28:14 +0300
committerJiri Kosina <jkosina@suse.cz>2014-09-02 14:12:13 +0200
commitf9134be491dec9e6cada46abbfb01982a7afffa8 (patch)
tree70fc5887c4163bcb1a2856b61d6dd899ad14f614 /lib/dma-debug.c
parent1a84db567aeeb232daad598c7aa2334dda0176b7 (diff)
dma-debug: modify check_for_stack output
s/fromstack/from stack Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/dma-debug.c')
-rw-r--r--lib/dma-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c
index 98f2d7e91a91..add80cc02dbe 100644
--- a/lib/dma-debug.c
+++ b/lib/dma-debug.c
@@ -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);
}