]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
squashfs: replace ;; with ; and end of fi declaration
authorColin Ian King <colin.i.king@gmail.com>
Tue, 8 Jul 2025 11:49:00 +0000 (12:49 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 20 Jul 2025 02:08:27 +0000 (19:08 -0700)
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>
fs/squashfs/block.c

index 296c5a0fcc406f2756edbc8b93b02a63ba42d3ed..b3ae3b1cc0e5c3d3a82c627a2da37581cf4758b5 100644 (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;