Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752231AbdHPOHN (ORCPT ); Wed, 16 Aug 2017 10:07:13 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:35866 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752085AbdHPOHM (ORCPT ); Wed, 16 Aug 2017 10:07:12 -0400 Subject: Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction" To: Jan Kara References: <20170816080620.8440-1-colin.king@canonical.com> <20170816140036.GE4898@quack2.suse.cz> Cc: Ingo Molnar , Jens Axboe , reiserfs-devel@vger.kernel.org, linux-kernel@vger.kernel.org From: Colin Ian King Message-ID: Date: Wed, 16 Aug 2017 15:07:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170816140036.GE4898@quack2.suse.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 38 On 16/08/17 15:00, Jan Kara wrote: > On Wed 16-08-17 09:06:20, Colin King wrote: >> From: Colin Ian King >> >> Trivial fix to spelling mistake in reiserfs_warning message >> >> Signed-off-by: Colin Ian King > > Thanks. Added to my tree. BTW, why did you CC Ingo and Jens? I believe get_maintainer.pl had their names in as contributing changes unless I read it wrong, which is always possible. Colin > > Honza > >> --- >> fs/reiserfs/journal.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c >> index a11d773e5ff3..0c882a0e2a6e 100644 >> --- a/fs/reiserfs/journal.c >> +++ b/fs/reiserfs/journal.c >> @@ -1481,7 +1481,7 @@ static int flush_journal_list(struct super_block *s, >> if ((!was_jwait) && !buffer_locked(saved_bh)) { >> reiserfs_warning(s, "journal-813", >> "BAD! buffer %llu %cdirty %cjwait, " >> - "not in a newer tranasction", >> + "not in a newer transaction", >> (unsigned long long)saved_bh-> >> b_blocknr, was_dirty ? ' ' : '!', >> was_jwait ? ' ' : '!'); >> -- >> 2.11.0 >>