Commit c7eee1b836ab5e504cbd2b7f3892ea468bd52a16
Committed by
Jiri Kosina
1 parent
5243ef8b54
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
fs/bio.c
... | ... | @@ -1420,8 +1420,7 @@ |
1420 | 1420 | } |
1421 | 1421 | |
1422 | 1422 | /* |
1423 | - * split a bio - only worry about a bio with a single page | |
1424 | - * in it's iovec | |
1423 | + * split a bio - only worry about a bio with a single page in its iovec | |
1425 | 1424 | */ |
1426 | 1425 | struct bio_pair *bio_split(struct bio *bi, int first_sectors) |
1427 | 1426 | { |