[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <968ef57c-42e2-7f71-bde0-10fda0ebacb0@osg.samsung.com>
Date: Tue, 9 Aug 2016 13:46:29 +0100
From: Luis de Bethencourt <luisbg@....samsung.com>
To: Salah Triki <salah.triki@...il.com>, akpm@...ux-foundation.org,
viro@...iv.linux.org.uk
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] fs: befs: fix typo in befs_sb_info
On 09/08/16 13:32, Salah Triki wrote:
> Fixing jornal to Journal.
>
> Signed-off-by: Salah Triki <salah.triki@...il.com>
> ---
> fs/befs/befs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/befs/befs.h b/fs/befs/befs.h
> index 511d16d..55f3ea2 100644
> --- a/fs/befs/befs.h
> +++ b/fs/befs/befs.h
> @@ -46,7 +46,7 @@ struct befs_sb_info {
> /* State of the superblock */
> u32 flags;
>
> - /* jornal log entry */
> + /* Journal log entry */
> befs_block_run log_blocks;
> befs_off_t log_start;
> befs_off_t log_end;
>
Well spotted :)
Signed-off-by: Luis de Bethencourt <luisbg@....samsung.com>
Powered by blists - more mailing lists