From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934506AbdBWAee (ORCPT ); Wed, 22 Feb 2017 19:34:34 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:47321 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932426AbdBWAe0 (ORCPT ); Wed, 22 Feb 2017 19:34:26 -0500 From: Colin King To: David Woodhouse , linux-mtd@lists.infradead.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Date: Thu, 23 Feb 2017 00:34:00 +0000 Message-Id: <20170223003400.9617-1-colin.king@canonical.com> X-Mailer: git-send-email 2.10.2 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 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); return -ENOENT; } -- 2.10.2