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: <d19d4a84-00b0-4c39-8b11-b3cda95967e5@squashfs.org.uk>
Date: Tue, 8 Jul 2025 20:02:47 +0100
From: Phillip Lougher <phillip@...ashfs.org.uk>
To: Colin Ian King <colin.i.king@...il.com>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
 Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH][next] squashfs: replace ;; with ; and end of fi
 declaration

On 08/07/2025 12:49, Colin Ian King wrote:
> There is an extraneous ; after a declaration, remove it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---

Thanks

Reviewed-by: Phillip Lougher <phillip@...ashfs.org.uk>

>   fs/squashfs/block.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c
> index 296c5a0fcc40..b3ae3b1cc0e5 100644
> --- a/fs/squashfs/block.c
> +++ b/fs/squashfs/block.c
> @@ -83,7 +83,7 @@ static int squashfs_bio_read_cached(struct bio *fullbio,
>   	struct folio *head_to_cache = NULL, *tail_to_cache = NULL;
>   	struct block_device *bdev = fullbio->bi_bdev;
>   	int start_idx = 0, end_idx = 0;
> -	struct folio_iter fi;;
> +	struct folio_iter fi;
>   	struct bio *bio = NULL;
>   	int idx = 0;
>   	int err = 0;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ