diff options
| author | Vinod Koul <[email protected]> | 2020-07-18 13:52:00 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2020-07-22 16:30:51 +0000 |
| commit | ea55b6a349cf0403f54e18e87e3d1cd167a3f16c (patch) | |
| tree | 1fb6091e145002846adb662f57a06ecc4850363b | |
| parent | dmaengine: xilinx: dpdma: remove comparison of unsigned expression (diff) | |
| download | kernel-ea55b6a349cf0403f54e18e87e3d1cd167a3f16c.tar.gz kernel-ea55b6a349cf0403f54e18e87e3d1cd167a3f16c.zip | |
dmaengine: xilinx: dpdma: add missing kernel doc
xilinx_dpdma_sw_desc_set_dma_addrs() documentation is missing describing
'xdev', so add it
drivers/dma/xilinx/xilinx_dpdma.c:313: warning: Function parameter or
member 'xdev' not described in 'xilinx_dpdma_sw_desc_set_dma_addrs'
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
| -rw-r--r-- | drivers/dma/xilinx/xilinx_dpdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/xilinx/xilinx_dpdma.c b/drivers/dma/xilinx/xilinx_dpdma.c index 8e602378f2dc..430f3714f6a3 100644 --- a/drivers/dma/xilinx/xilinx_dpdma.c +++ b/drivers/dma/xilinx/xilinx_dpdma.c @@ -295,6 +295,7 @@ static inline void dpdma_set(void __iomem *base, u32 offset, u32 set) /** * xilinx_dpdma_sw_desc_set_dma_addrs - Set DMA addresses in the descriptor + * @xdev: DPDMA device * @sw_desc: The software descriptor in which to set DMA addresses * @prev: The previous descriptor * @dma_addr: array of dma addresses |
