From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968997AbdDSSgj (ORCPT ); Wed, 19 Apr 2017 14:36:39 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:36663 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968964AbdDSSgh (ORCPT ); Wed, 19 Apr 2017 14:36:37 -0400 Date: Wed, 19 Apr 2017 11:36:34 -0700 From: Brian Norris To: Colin King Cc: David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Message-ID: <20170419183634.GA20555@google.com> References: <20170223003400.9617-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170223003400.9617-1-colin.king@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 23, 2017 at 12:34:00AM +0000, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in JFFS2_ERROR message > > Signed-off-by: Colin Ian King > --- > fs/jffs2/readinode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c > index 06a71db..40f3fd4 100644 > --- a/fs/jffs2/readinode.c > +++ b/fs/jffs2/readinode.c > @@ -1366,7 +1366,7 @@ int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, > jffs2_add_ino_cache(c, f->inocache); > } > if (!f->inocache) { > - JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino); > + JFFS2_ERROR("requested to read an nonexistent ino %u\n", ino); Also: s/an nonexistent/a nonexisten/ Made that fixup and pushed to l2-mtd.git. Thanks. Brian > return -ENOENT; > } > > -- > 2.10.2 > > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/