dmaengine: xilinx: xdma: Fix kernel-doc warnings

Replace hyphens with colons where necessary.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312230634.3AIMQ3OP-lkp@intel.com/
Signed-off-by: Jan Kuliga <jankul@alatek.krakow.pl>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231222231728.7156-1-jankul@alatek.krakow.pl
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by Jan Kuliga and committed by Vinod Koul f829bca2 62b68a88

+5 -5
+5 -5
drivers/dma/xilinx/xdma.c
··· 548 548 549 549 /** 550 550 * 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 556 556 */ 557 557 static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr, 558 558 u64 dst_addr, u32 size, u32 filled_descs_num)