lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 22 Dec 2023 15:28:38 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Jan Kuliga <jankul@...tek.krakow.pl>, lizhi.hou@....com,
 brian.xu@....com, raj.kumar.rampelli@....com, vkoul@...nel.org,
 michal.simek@....com, dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] dmaengine: xilinx: xdma: Fix kernel-doc warnings



On 12/22/23 15:17, Jan Kuliga wrote:
> Replace hyphens with colons where necessary.
> 
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202312230634.3AIMQ3OP-lkp@intel.com/
> Signed-off-by: Jan Kuliga <jankul@...tek.krakow.pl>

Reviewed-by: Randy Dunlap <rdunlap@...radead.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)

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ