2011-04-08 17:33:19

by Alessio Igor Bogani

[permalink] [raw]
Subject: [PATCH] ufs: Fix a typo

Signed-off-by: Alessio Igor Bogani <[email protected]>
---
fs/ufs/inode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index 27a4bab..c72b6ce 100644
--- a/fs/ufs/inode.c
+++ b/fs/ufs/inode.c
@@ -409,7 +409,7 @@ out:
}

/**
- * ufs_getfrag_bloc() - `get_block_t' function, interface between UFS and
+ * ufs_getfrag_block() - `get_block_t' function, interface between UFS and
* readpage, writepage and so on
*/

--
1.7.4.1


2011-04-08 23:08:21

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] ufs: Fix a typo

On Fri, 8 Apr 2011, Alessio Igor Bogani wrote:

> Signed-off-by: Alessio Igor Bogani <[email protected]>
> ---
> fs/ufs/inode.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
> index 27a4bab..c72b6ce 100644
> --- a/fs/ufs/inode.c
> +++ b/fs/ufs/inode.c
> @@ -409,7 +409,7 @@ out:
> }
>
> /**
> - * ufs_getfrag_bloc() - `get_block_t' function, interface between UFS and
> + * ufs_getfrag_block() - `get_block_t' function, interface between UFS and

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.