Commit 6cfb8321 authored by Lee Jones's avatar Lee Jones Committed by Vinod Koul

dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment blocks

No attempt has been made to document any of the demoted functions here.

Fixes the following W=1 kernel build warning(s):

 drivers/dma/mmp_pdma.c:298: warning: Function parameter or member 'chan' not described in 'start_pending_queue'
 drivers/dma/mmp_pdma.c:393: warning: Function parameter or member 'dchan' not described in 'mmp_pdma_alloc_chan_resources'
 drivers/dma/mmp_pdma.c:862: warning: Function parameter or member 'dchan' not described in 'mmp_pdma_issue_pending'
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200714111546.1755231-5-lee.jones@linaro.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ae70f785
...@@ -290,7 +290,7 @@ static void mmp_pdma_free_phy(struct mmp_pdma_chan *pchan) ...@@ -290,7 +290,7 @@ static void mmp_pdma_free_phy(struct mmp_pdma_chan *pchan)
spin_unlock_irqrestore(&pdev->phy_lock, flags); spin_unlock_irqrestore(&pdev->phy_lock, flags);
} }
/** /*
* start_pending_queue - transfer any pending transactions * start_pending_queue - transfer any pending transactions
* pending list ==> running list * pending list ==> running list
*/ */
...@@ -381,7 +381,7 @@ mmp_pdma_alloc_descriptor(struct mmp_pdma_chan *chan) ...@@ -381,7 +381,7 @@ mmp_pdma_alloc_descriptor(struct mmp_pdma_chan *chan)
return desc; return desc;
} }
/** /*
* mmp_pdma_alloc_chan_resources - Allocate resources for DMA channel. * mmp_pdma_alloc_chan_resources - Allocate resources for DMA channel.
* *
* This function will create a dma pool for descriptor allocation. * This function will create a dma pool for descriptor allocation.
...@@ -854,7 +854,7 @@ static enum dma_status mmp_pdma_tx_status(struct dma_chan *dchan, ...@@ -854,7 +854,7 @@ static enum dma_status mmp_pdma_tx_status(struct dma_chan *dchan,
return ret; return ret;
} }
/** /*
* mmp_pdma_issue_pending - Issue the DMA start command * mmp_pdma_issue_pending - Issue the DMA start command
* pending list ==> running list * pending list ==> running list
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment