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]
Date: Thu, 22 Feb 2024 12:15:49 -0500
From: Matthew Sakai <msakai@...hat.com>
To: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Cc: dm-devel@...ts.linux.dev, linux-kernel@...r.kernel.org,
 Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH 1/8] dm vdo: Modify mismatched function name



On 2/21/24 04:17, Jiapeng Chong wrote:
> No functional modification involved.
> 
> drivers/md/dm-vdo/vdo.c:276: warning: expecting prototype for vdo_read_geometry_block(). Prototype was for read_geometry_block() instead.
> 
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8273
> Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> ---
>   drivers/md/dm-vdo/vdo.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/md/dm-vdo/vdo.c b/drivers/md/dm-vdo/vdo.c
> index 23a4f1d1b6dc..411c58341173 100644
> --- a/drivers/md/dm-vdo/vdo.c
> +++ b/drivers/md/dm-vdo/vdo.c
> @@ -266,7 +266,7 @@ static int __must_check initialize_thread_config(struct thread_count_config coun
>   }
>   
>   /**
> - * vdo_read_geometry_block() - Synchronously read the geometry block from a vdo's underlying block
> + * read_geometry_block() - Synchronously read the geometry block from a vdo's underlying block
>    *                             device.
>    * @vdo: The vdo whose geometry is to be read.
>    *

Thanks for the reports! I'll apply these soon.

Matt


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ