projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a84db5
)
dma-debug: modify check_for_stack output
author
Horia Geanta
<horia.geanta@freescale.com>
Tue, 2 Sep 2014 11:28:14 +0000
(14:28 +0300)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 2 Sep 2014 12:12:13 +0000
(14:12 +0200)
s/fromstack/from stack
Signed-off-by: Horia Geanta <horia.geanta@freescale.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
lib/dma-debug.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/dma-debug.c
b/lib/dma-debug.c
index 98f2d7e91a9114e5e124e42bef00d7935708e521..add80cc02dbe6adbdb19d9daf9ab7878fedf60e6 100644
(file)
--- 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);
}