drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 18 Oct 2012 07:29:44 +0000 (09:29 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 23 Oct 2012 12:05:32 +0000 (14:05 +0200)
commitba4d93bc9ea4510a145161f0af3537b4f380af01
tree9ee5af9018f90dd06455b19af49c36fb5a5790cd
parent446c82fc44da5ae24a205d7130571614dc6969d3
drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation

The function documentation incorrectly references dma_release_coherent.
Fix it. Don't mention a specific function name as dma_mmap_from_coherent
as multiple callers.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
drivers/base/dma-coherent.c