squashfs: replace ;; with ; and end of fi declaration

There is an extraneous ; after a declaration, remove it.

Link: https://lkml.kernel.org/r/20250708114900.1883130-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Colin Ian King
2025-07-19 19:08:27 -07:00
committed by Andrew Morton
parent 44acc46d18
commit c0f98be69f
+1 -1
View File
@@ -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;