projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5243ef8
)
trivial: Fix typo in bio_split()'s documentation
author
Alberto Bertogli
<albertito@blitiri.com.ar>
Mon, 26 Jan 2009 01:36:14 +0000
(23:36 -0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 30 Mar 2009 13:22:02 +0000
(15:22 +0200)
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/bio.c
patch
|
blob
|
history
diff --git
a/fs/bio.c
b/fs/bio.c
index a040cde7f6fd567f68a7c28504f9f25d6a274146..e0c9e545bbfa3834443af51e4e8dfbfc42735426 100644
(file)
--- 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)
{