summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-07-08 12:49:00 +0100
committerAndrew Morton <akpm@linux-foundation.org>2025-07-19 19:08:27 -0700
commitc0f98be69f4b550b19f9517157a30f33877bb14d (patch)
tree47d7aed10628ce229664ab8124c349a3571b096d
parent44acc46d182ff36d40cea69db3875440fab72ba5 (diff)
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>
-rw-r--r--fs/squashfs/block.c2
1 files changed, 1 insertions, 1 deletions
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;