]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
dmaengine: fix kernel-doc documentation
authorStefan Agner <stefan@agner.ch>
Mon, 1 Jun 2015 21:53:43 +0000 (23:53 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 2 Jun 2015 13:23:35 +0000 (18:53 +0530)
Fix function names in kernel-doc function comments.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmaengine.c

index 2890d744bb1bb902cc095fb87841c492cef7542c..a4c860dabf91e2b318576aeca7fc93d40cc3baae 100644 (file)
@@ -532,7 +532,7 @@ static struct dma_chan *private_candidate(const dma_cap_mask_t *mask,
 }
 
 /**
- * dma_request_slave_channel - try to get specific channel exclusively
+ * dma_get_slave_channel - try to get specific channel exclusively
  * @chan: target channel
  */
 struct dma_chan *dma_get_slave_channel(struct dma_chan *chan)
@@ -644,7 +644,7 @@ struct dma_chan *__dma_request_channel(const dma_cap_mask_t *mask,
 EXPORT_SYMBOL_GPL(__dma_request_channel);
 
 /**
- * dma_request_slave_channel - try to allocate an exclusive slave channel
+ * dma_request_slave_channel_reason - try to allocate an exclusive slave channel
  * @dev:       pointer to client device structure
  * @name:      slave channel name
  *