Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751661AbdHPIG1 (ORCPT ); Wed, 16 Aug 2017 04:06:27 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:57424 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbdHPIGZ (ORCPT ); Wed, 16 Aug 2017 04:06:25 -0400 From: Colin King To: Jan Kara , Ingo Molnar , Jens Axboe , reiserfs-devel@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction" Date: Wed, 16 Aug 2017 09:06:20 +0100 Message-Id: <20170816080620.8440-1-colin.king@canonical.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 24 From: Colin Ian King Trivial fix to spelling mistake in reiserfs_warning message Signed-off-by: Colin Ian King --- 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