From: Eric Whitney Subject: Re: [PATCH] e2fsck: fix problem report typo Date: Thu, 7 Jan 2016 12:59:47 -0500 Message-ID: <20160107175947.GA8716@localhost.localdomain> References: <20160107164025.GA1958@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: tytso@mit.edu To: linux-ext4@vger.kernel.org Return-path: Received: from mail-qk0-f169.google.com ([209.85.220.169]:36355 "EHLO mail-qk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752578AbcAGSAU (ORCPT ); Thu, 7 Jan 2016 13:00:20 -0500 Received: by mail-qk0-f169.google.com with SMTP id q19so133094634qke.3 for ; Thu, 07 Jan 2016 10:00:19 -0800 (PST) Content-Disposition: inline In-Reply-To: <20160107164025.GA1958@localhost.localdomain> Sender: linux-ext4-owner@vger.kernel.org List-ID: * Eric Whitney : > Remove the stray left parenthesis. Observed while testing bigalloc_1k > filesystems with shared/298 on 32 bit ARM running 4.3 kernels. > > Signed-off-by: Eric Whitney > --- > e2fsck/problem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/e2fsck/problem.c b/e2fsck/problem.c > index a7da94d..7bd660d 100644 > --- a/e2fsck/problem.c > +++ b/e2fsck/problem.c > @@ -1255,7 +1255,7 @@ static struct e2fsck_problem problem_table[] = { > > /* Inode extent tree could be narrower */ > { PR_1E_CAN_NARROW_EXTENT_TREE, > - N_("@i %i @x tree (at (level %b) could be narrower. "), > + N_("@i %i @x tree (at level %b) could be narrower. "), > PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK }, > > /* Pass 2 errors */ > -- > 2.1.4 > Oops. I neglected to modify the relevant test cases. Please ignore this patch and I'll send something more complete shortly. Thanks, Eric