* [PATCH] dma: dmagengine: fix function names in comments
@ 2013-08-14 16:35 Daniel Mack
2013-09-02 10:41 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2013-08-14 16:35 UTC (permalink / raw)
To: linux-arm-kernel
Trivial fix for function name mismatches I stumbled over.
Signed-off-by: Daniel Mack <zonque@gmail.com>
---
drivers/dma/dmaengine.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c
index 5932ab1..0947ff6 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
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] dma: dmagengine: fix function names in comments
2013-08-14 16:35 [PATCH] dma: dmagengine: fix function names in comments Daniel Mack
@ 2013-09-02 10:41 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2013-09-02 10:41 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 14, 2013 at 06:35:03PM +0200, Daniel Mack wrote:
> Trivial fix for function name mismatches I stumbled over.
Applied, thanks
~Vinod
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-02 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 16:35 [PATCH] dma: dmagengine: fix function names in comments Daniel Mack
2013-09-02 10:41 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).