]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3206808761230ac115c23c0ea9be2317804e959
tree9ee5af9018f90dd06455b19af49c36fb5a5790cd
parentc2a1d16369d6313bc28bd9836a9c6409fa7dc35e
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