diff mbox series

dmaengine: xilinx: xdma: Fix kernel-doc warnings

Message ID 20231222231728.7156-1-jankul@alatek.krakow.pl (mailing list archive)
State Accepted
Commit f829bca2e294bc2953bd2dadb93d72a9987b3110
Headers show
Series dmaengine: xilinx: xdma: Fix kernel-doc warnings | expand

Commit Message

Jan Kuliga Dec. 22, 2023, 11:17 p.m. UTC
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>
---
 drivers/dma/xilinx/xdma.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Randy Dunlap Dec. 22, 2023, 11:28 p.m. UTC | #1
On 12/22/23 15:17, Jan Kuliga wrote:
> 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>

Thanks.

> ---
>  drivers/dma/xilinx/xdma.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/dma/xilinx/xdma.c b/drivers/dma/xilinx/xdma.c
> index 4ebc90b41bdb..927c68ed6bbc 100644
> --- a/drivers/dma/xilinx/xdma.c
> +++ b/drivers/dma/xilinx/xdma.c
> @@ -548,11 +548,11 @@ static void xdma_synchronize(struct dma_chan *chan)
>  
>  /**
>   * xdma_fill_descs - Fill hardware descriptors with contiguous memory block addresses
> - * @sw_desc - tx descriptor state container
> - * @src_addr - Value for a ->src_addr field of a first descriptor
> - * @dst_addr - Value for a ->dst_addr field of a first descriptor
> - * @size - Total size of a contiguous memory block
> - * @filled_descs_num - Number of filled hardware descriptors for corresponding sw_desc
> + * @sw_desc: tx descriptor state container
> + * @src_addr: Value for a ->src_addr field of a first descriptor
> + * @dst_addr: Value for a ->dst_addr field of a first descriptor
> + * @size: Total size of a contiguous memory block
> + * @filled_descs_num: Number of filled hardware descriptors for corresponding sw_desc
>   */
>  static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr,
>  				  u64 dst_addr, u32 size, u32 filled_descs_num)
Vinod Koul Jan. 19, 2024, 12:50 p.m. UTC | #2
On Sat, 23 Dec 2023 00:17:28 +0100, Jan Kuliga wrote:
> Replace hyphens with colons where necessary.
> 
> 

Applied, thanks!

[1/1] dmaengine: xilinx: xdma: Fix kernel-doc warnings
      commit: f829bca2e294bc2953bd2dadb93d72a9987b3110

Best regards,
diff mbox series

Patch

diff --git a/drivers/dma/xilinx/xdma.c b/drivers/dma/xilinx/xdma.c
index 4ebc90b41bdb..927c68ed6bbc 100644
--- a/drivers/dma/xilinx/xdma.c
+++ b/drivers/dma/xilinx/xdma.c
@@ -548,11 +548,11 @@  static void xdma_synchronize(struct dma_chan *chan)
 
 /**
  * xdma_fill_descs - Fill hardware descriptors with contiguous memory block addresses
- * @sw_desc - tx descriptor state container
- * @src_addr - Value for a ->src_addr field of a first descriptor
- * @dst_addr - Value for a ->dst_addr field of a first descriptor
- * @size - Total size of a contiguous memory block
- * @filled_descs_num - Number of filled hardware descriptors for corresponding sw_desc
+ * @sw_desc: tx descriptor state container
+ * @src_addr: Value for a ->src_addr field of a first descriptor
+ * @dst_addr: Value for a ->dst_addr field of a first descriptor
+ * @size: Total size of a contiguous memory block
+ * @filled_descs_num: Number of filled hardware descriptors for corresponding sw_desc
  */
 static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr,
 				  u64 dst_addr, u32 size, u32 filled_descs_num)