diff options
author | Alberto Bertogli <albertito@blitiri.com.ar> | 2009-01-25 20:36:14 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:02 -0400 |
commit | c7eee1b836ab5e504cbd2b7f3892ea468bd52a16 (patch) | |
tree | e9bc6170d8086e57b10e7514459b9efd2c40ebf2 /fs/bio.c | |
parent | 5243ef8b54a927cae23216253e4e3f03af6f1446 (diff) |
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/bio.c')
-rw-r--r-- | fs/bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1420,8 +1420,7 @@ static void bio_pair_end_2(struct bio *bi, int err) | |||
1420 | } | 1420 | } |
1421 | 1421 | ||
1422 | /* | 1422 | /* |
1423 | * split a bio - only worry about a bio with a single page | 1423 | * split a bio - only worry about a bio with a single page in its iovec |
1424 | * in it's iovec | ||
1425 | */ | 1424 | */ |
1426 | struct bio_pair *bio_split(struct bio *bi, int first_sectors) | 1425 | struct bio_pair *bio_split(struct bio *bi, int first_sectors) |
1427 | { | 1426 | { |