Skip to content

Commit 73f1132

Browse files
Radhey Shyam Pandeyvinodkoul
authored andcommitted
dmaengine: xilinx_dma : add xilinx_dma_device_config() return documentation
document xilinx_dma_device_config() return value. Fixes below kernel-doc warning. xilinx_dma.c:1665: warning: No description found for return value of 'xilinx_dma_device_config' Signed-off-by: Radhey Shyam Pandey <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent a92b744 commit 73f1132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/dma/xilinx/xilinx_dma.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,8 @@ static void xilinx_dma_issue_pending(struct dma_chan *dchan)
16591659
* xilinx_dma_device_config - Configure the DMA channel
16601660
* @dchan: DMA channel
16611661
* @config: channel configuration
1662+
*
1663+
* Return: 0 always.
16621664
*/
16631665
static int xilinx_dma_device_config(struct dma_chan *dchan,
16641666
struct dma_slave_config *config)

0 commit comments

Comments
 (0)