summaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-coherent.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-06-09 15:02:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-14 17:15:26 -0700
commit6e7b4a59b3d7bb2dcd11c019354bf0c91037dadd (patch)
tree99b726c0b7ab6f4a157da845734db762163aae19 /drivers/base/dma-coherent.c
parentbe3a07f71ca3ae300d652a653279321e85b9f3d0 (diff)
downloadop-kernel-dev-6e7b4a59b3d7bb2dcd11c019354bf0c91037dadd.zip
op-kernel-dev-6e7b4a59b3d7bb2dcd11c019354bf0c91037dadd.tar.gz
driver core: fix some kernel-doc warnings in dma*.c
Fix kernel-doc warnings in drivers/base/dma*.c: Warning(drivers/base/dma-buf.c:498): No description found for parameter 'vaddr' Warning(drivers/base/dma-coherent.c:199): No description found for parameter 'ret' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/dma-coherent.c')
-rw-r--r--drivers/base/dma-coherent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/dma-coherent.c b/drivers/base/dma-coherent.c
index 1b85949..560a717 100644
--- a/drivers/base/dma-coherent.c
+++ b/drivers/base/dma-coherent.c
@@ -186,6 +186,7 @@ EXPORT_SYMBOL(dma_release_from_coherent);
* @vma: vm_area for the userspace memory
* @vaddr: cpu address returned by dma_alloc_from_coherent
* @size: size of the memory buffer allocated by dma_alloc_from_coherent
+ * @ret: result from remap_pfn_range()
*
* This checks whether the memory was allocated from the per-device
* coherent memory pool and if so, maps that memory to the provided vma.
OpenPOWER on IntegriCloud