2009-01-26 01:37:52

by Alberto Bertogli

[permalink] [raw]
Subject: [PATCH] Fix typo in bio_split()'s documentation

Signed-off-by: Alberto Bertogli <[email protected]>
---
fs/bio.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fs/bio.c b/fs/bio.c
index 062299a..4fb5046 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -1414,8 +1414,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)
{
--
1.6.1.302.gccd4d


2009-01-30 19:36:07

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] Fix typo in bio_split()'s documentation

On Sun, 25 Jan 2009, Alberto Bertogli wrote:

> Signed-off-by: Alberto Bertogli <[email protected]>
> ---
> fs/bio.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/fs/bio.c b/fs/bio.c
> index 062299a..4fb5046 100644
> --- a/fs/bio.c
> +++ b/fs/bio.c
> @@ -1414,8 +1414,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)
> {

Haven't found this in today's next -> applied to trivial tree.

Thanks,

--
Jiri Kosina
SUSE Labs