dma-coherent: clarify dma_mmap_from_dev_coherent documentation
authorRobin Murphy <robin.murphy@arm.com>
Mon, 9 Apr 2018 17:59:14 +0000 (18:59 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 23 Apr 2018 12:44:17 +0000 (14:44 +0200)
commit41d0bbc749471522714efd0649b7e033fefcbfb4
treef7a699753b6d55048306fea72b6c84af0628cbe6
parent504a918e6714b551b7b39940dbab32610fafa1fe
dma-coherent: clarify dma_mmap_from_dev_coherent documentation

The use of "correctly mapped" here is misleading, since it can give the
wrong expectation in the case that the memory *should* have been mapped
from the per-device pool, but doing so failed for other reasons.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/base/dma-coherent.c