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] [day] [month] [year] [list]
Message-ID: <372fa7f2-908d-194c-e773-37ea0951238a@huawei.com>
Date: Tue, 8 Oct 2024 16:18:10 +0800
From: Zhihao Cheng <chengzhihao1@...wei.com>
To: Julia Lawall <Julia.Lawall@...ia.fr>, Richard Weinberger <richard@....at>
CC: <kernel-janitors@...r.kernel.org>, Miquel Raynal
	<miquel.raynal@...tlin.com>, Vignesh Raghavendra <vigneshr@...com>,
	<linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 28/35] UBI: Reorganize kerneldoc parameter names

在 2024/9/30 19:21, Julia Lawall 写道:
> Reorganize kerneldoc parameter names to match the parameter
> order in the function header.
> 
> Problems identified using Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
> 
> ---
>   drivers/mtd/ubi/eba.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Zhihao Cheng <chengzhihao1@...wei.com>
> 
> diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c
> index c7ba7a15c9f7..efce5bf41ef6 100644
> --- a/drivers/mtd/ubi/eba.c
> +++ b/drivers/mtd/ubi/eba.c
> @@ -731,8 +731,8 @@ int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum,
>    * ubi_eba_read_leb_sg - read data into a scatter gather list.
>    * @ubi: UBI device description object
>    * @vol: volume description object
> - * @lnum: logical eraseblock number
>    * @sgl: UBI scatter gather list to store the read data
> + * @lnum: logical eraseblock number
>    * @offset: offset from where to read
>    * @len: how many bytes to read
>    * @check: data CRC check flag
> 
> .
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ