Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Andrew Morton
c0f98be6 44acc46d

+1 -1
+1 -1
fs/squashfs/block.c
··· 83 83 struct folio *head_to_cache = NULL, *tail_to_cache = NULL; 84 84 struct block_device *bdev = fullbio->bi_bdev; 85 85 int start_idx = 0, end_idx = 0; 86 - struct folio_iter fi;; 86 + struct folio_iter fi; 87 87 struct bio *bio = NULL; 88 88 int idx = 0; 89 89 int err = 0;