diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-14 18:35:03 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-09-02 17:35:57 +0530 |
commit | 6b9019a7f0b4958230df6563ccd585b858145991 (patch) | |
tree | 2f4e1cb3a0c7d04823f9f51df9021eb480232ca8 /drivers/dma/dmaengine.c | |
parent | c4f6c41ba790bbbfcebb4c47a709ac8ff1fe1af9 (diff) | |
download | linux-6b9019a7f0b4958230df6563ccd585b858145991.tar.gz linux-6b9019a7f0b4958230df6563ccd585b858145991.tar.bz2 linux-6b9019a7f0b4958230df6563ccd585b858145991.zip |
dma: dmagengine: fix function names in comments
Trivial fix for function name mismatches I stumbled over.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dmaengine.c')
-rw-r--r-- | drivers/dma/dmaengine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c index 5932ab164ace..0947ff64152e 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c @@ -504,7 +504,7 @@ static struct dma_chan *private_candidate(const dma_cap_mask_t *mask, } /** - * dma_request_channel - try to get specific channel exclusively + * dma_request_slave_channel - try to get specific channel exclusively * @chan: target channel */ struct dma_chan *dma_get_slave_channel(struct dma_chan *chan) @@ -530,7 +530,7 @@ struct dma_chan *dma_get_slave_channel(struct dma_chan *chan) EXPORT_SYMBOL_GPL(dma_get_slave_channel); /** - * dma_request_channel - try to allocate an exclusive channel + * __dma_request_channel - try to allocate an exclusive channel * @mask: capabilities that the channel must satisfy * @fn: optional callback to disposition available channels * @fn_param: opaque parameter to pass to dma_filter_fn |