Skip to content

Commit c0f98be

Browse files
ColinIanKingakpm00
authored andcommitted
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>
1 parent 44acc46 commit c0f98be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/squashfs/block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static int squashfs_bio_read_cached(struct bio *fullbio,
8383
struct folio *head_to_cache = NULL, *tail_to_cache = NULL;
8484
struct block_device *bdev = fullbio->bi_bdev;
8585
int start_idx = 0, end_idx = 0;
86-
struct folio_iter fi;;
86+
struct folio_iter fi;
8787
struct bio *bio = NULL;
8888
int idx = 0;
8989
int err = 0;

0 commit comments

Comments
 (0)