summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAlberto Bertogli2009-01-26 02:36:14 +0100
committerJiri Kosina2009-03-30 15:22:02 +0200
commitc7eee1b836ab5e504cbd2b7f3892ea468bd52a16 (patch)
treee9bc6170d8086e57b10e7514459b9efd2c40ebf2 /fs
parenttrivial: PWM: fix of #endif comment (diff)
downloadkernel-qcow2-linux-c7eee1b836ab5e504cbd2b7f3892ea468bd52a16.tar.gz
kernel-qcow2-linux-c7eee1b836ab5e504cbd2b7f3892ea468bd52a16.tar.xz
kernel-qcow2-linux-c7eee1b836ab5e504cbd2b7f3892ea468bd52a16.zip
trivial: Fix typo in bio_split()'s documentation
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r--fs/bio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bio.c b/fs/bio.c
index a040cde7f6fd..e0c9e545bbfa 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)
{