lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 28 Feb 2011 19:25:21 +0100
From:	Jan Kara <jack@...e.cz>
To:	"Justin P. Mattock" <justinmattock@...il.com>
Cc:	trivial@...nel.org, linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	Jan Kara <jack@...e.cz>, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 12/17]fs:jbd Remove one to many n's in a word.

On Sat 26-02-11 20:34:05, Justin P. Mattock wrote:
> The Patch below removes one to many "n's" in a word.. 
  Thanks. Merged.

							Honza

> 
> Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
> CC: Andrew Morton <akpm@...ux-foundation.org> 
> CC: Jan Kara <jack@...e.cz> 
> CC: linux-ext4@...r.kernel.org
> ---
>  fs/jbd/journal.c  |    2 +-
>  fs/jbd2/journal.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c
> index da1b5e4..eb11601 100644
> --- a/fs/jbd/journal.c
> +++ b/fs/jbd/journal.c
> @@ -839,7 +839,7 @@ journal_t * journal_init_inode (struct inode *inode)
>  	err = journal_bmap(journal, 0, &blocknr);
>  	/* If that failed, give up */
>  	if (err) {
> -		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
> +		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
>  		       __func__);
>  		goto out_err;
>  	}
> diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
> index 97e7346..90407b8 100644
> --- a/fs/jbd2/journal.c
> +++ b/fs/jbd2/journal.c
> @@ -991,7 +991,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
>  	err = jbd2_journal_bmap(journal, 0, &blocknr);
>  	/* If that failed, give up */
>  	if (err) {
> -		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
> +		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
>  		       __func__);
>  		goto out_err;
>  	}
> -- 
> 1.7.4.1
> 
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ