Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586578 > unrolled thread

[PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"

Started byColin King <colin.king@canonical.com>
First post2017-02-23 01:40 +0100
Last post2017-02-23 01:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Colin King <colin.king@canonical.com> - 2017-02-23 01:40 +0100

#1586578 — [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"

FromColin King <colin.king@canonical.com>
Date2017-02-23 01:40 +0100
Subject[PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"
Message-ID<tdPBU-1Bi-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in JFFS2_ERROR message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web