diff options
author | Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> | 2022-10-25 10:42:17 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-11-04 17:24:15 +0300 |
commit | 73f11324738a4c23159cf22b08225b6642232982 (patch) | |
tree | 336e3461b56846f9b1a29ce4a60333a9e735bb89 /drivers/dma | |
parent | a92b744f28e86e05514e6bbd889131f6693b6eed (diff) | |
download | linux-73f11324738a4c23159cf22b08225b6642232982.tar.xz |
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 <radhey.shyam.pandey@amd.com>
Link: https://lore.kernel.org/r/1666683737-7668-3-git-send-email-radhey.shyam.pandey@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/xilinx/xilinx_dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/xilinx/xilinx_dma.c b/drivers/dma/xilinx/xilinx_dma.c index 3b8cfeccf2da..a8d23cdf883e 100644 --- a/drivers/dma/xilinx/xilinx_dma.c +++ b/drivers/dma/xilinx/xilinx_dma.c @@ -1659,6 +1659,8 @@ static void xilinx_dma_issue_pending(struct dma_chan *dchan) * xilinx_dma_device_config - Configure the DMA channel * @dchan: DMA channel * @config: channel configuration + * + * Return: 0 always. */ static int xilinx_dma_device_config(struct dma_chan *dchan, struct dma_slave_config *config) |