linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: fix kernel-doc documentation
@ 2015-06-01 21:53 Stefan Agner
  2015-06-02 13:23 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2015-06-01 21:53 UTC (permalink / raw)
  To: vinod.koul; +Cc: dmaengine, linux-kernel, Stefan Agner

Fix function names in kernel-doc function comments.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 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 0e035a8..fab6d02 100644
--- a/drivers/dma/dmaengine.c
+++ b/drivers/dma/dmaengine.c
@@ -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)
@@ -640,7 +640,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
  *
-- 
2.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: fix kernel-doc documentation
  2015-06-01 21:53 [PATCH] dmaengine: fix kernel-doc documentation Stefan Agner
@ 2015-06-02 13:23 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2015-06-02 13:23 UTC (permalink / raw)
  To: Stefan Agner; +Cc: dmaengine, linux-kernel

On Mon, Jun 01, 2015 at 11:53:43PM +0200, Stefan Agner wrote:
> Fix function names in kernel-doc function comments.
> 
Applied, thanks

-- 
~Vinod


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-02 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-01 21:53 [PATCH] dmaengine: fix kernel-doc documentation Stefan Agner
2015-06-02 13:23 ` 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).