Commit c0f98be6 authored by Colin Ian King's avatar Colin Ian King Committed by Andrew Morton
Browse files

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

parent 44acc46d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;