mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:40:55 +07:00
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>
This commit is contained in:
parent
1a84db567a
commit
f9134be491
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user