Skip to content

Commit f829bca

Browse files
Jan Kuligavinodkoul
authored andcommitted
dmaengine: xilinx: xdma: Fix kernel-doc warnings
Replace hyphens with colons where necessary. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Jan Kuliga <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 62b68a8 commit f829bca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/dma/xilinx/xdma.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@ static void xdma_synchronize(struct dma_chan *chan)
548548

549549
/**
550550
* xdma_fill_descs - Fill hardware descriptors with contiguous memory block addresses
551-
* @sw_desc - tx descriptor state container
552-
* @src_addr - Value for a ->src_addr field of a first descriptor
553-
* @dst_addr - Value for a ->dst_addr field of a first descriptor
554-
* @size - Total size of a contiguous memory block
555-
* @filled_descs_num - Number of filled hardware descriptors for corresponding sw_desc
551+
* @sw_desc: tx descriptor state container
552+
* @src_addr: Value for a ->src_addr field of a first descriptor
553+
* @dst_addr: Value for a ->dst_addr field of a first descriptor
554+
* @size: Total size of a contiguous memory block
555+
* @filled_descs_num: Number of filled hardware descriptors for corresponding sw_desc
556556
*/
557557
static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr,
558558
u64 dst_addr, u32 size, u32 filled_descs_num)

0 commit comments

Comments
 (0)