Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7eee1b8 authored by Alberto Bertogli's avatar Alberto Bertogli Committed by Jiri Kosina
Browse files

trivial: Fix typo in bio_split()'s documentation

parent 5243ef8b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1420,8 +1420,7 @@ static void bio_pair_end_2(struct bio *bi, int err)
}

/*
 * split a bio - only worry about a bio with a single page
 * in it's iovec
 * split a bio - only worry about a bio with a single page in its iovec
 */
struct bio_pair *bio_split(struct bio *bi, int first_sectors)
{