From: Alberto Bertogli Date: Mon, 26 Jan 2009 01:36:14 +0000 (-0200) Subject: trivial: Fix typo in bio_split()'s documentation X-Git-Tag: v2.6.30-rc1~220^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7eee1b836ab5e504cbd2b7f3892ea468bd52a16;p=platform%2Fupstream%2Fkernel-adaptation-pc.git trivial: Fix typo in bio_split()'s documentation Signed-off-by: Alberto Bertogli Signed-off-by: Jiri Kosina --- diff --git a/fs/bio.c b/fs/bio.c index a040cde..e0c9e54 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -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) {