linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"
@ 2017-02-23  0:34 Colin King
  2017-04-19 18:36 ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Colin King @ 2017-02-23  0:34 UTC (permalink / raw)
  To: David Woodhouse, linux-mtd; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"
  2017-02-23  0:34 [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Colin King
@ 2017-04-19 18:36 ` Brian Norris
  2017-04-19 18:38   ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2017-04-19 18:36 UTC (permalink / raw)
  To: Colin King; +Cc: David Woodhouse, linux-mtd, linux-kernel

On Thu, Feb 23, 2017 at 12:34:00AM +0000, Colin King wrote:
> 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);

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"
  2017-04-19 18:36 ` Brian Norris
@ 2017-04-19 18:38   ` Brian Norris
  2017-04-19 18:40     ` Colin Ian King
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2017-04-19 18:38 UTC (permalink / raw)
  To: Colin King; +Cc: David Woodhouse, linux-mtd, linux-kernel

On Wed, Apr 19, 2017 at 11:36:34AM -0700, Brian Norris wrote:
> s/an nonexistent/a nonexisten/

Ha, and of course a typo in my correction :) But at least I didn't make
that mistake in the real commit.

Brian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested"
  2017-04-19 18:38   ` Brian Norris
@ 2017-04-19 18:40     ` Colin Ian King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2017-04-19 18:40 UTC (permalink / raw)
  To: Brian Norris; +Cc: David Woodhouse, linux-mtd, linux-kernel

On 19/04/17 19:38, Brian Norris wrote:
> On Wed, Apr 19, 2017 at 11:36:34AM -0700, Brian Norris wrote:
>> s/an nonexistent/a nonexisten/
> 
> Ha, and of course a typo in my correction :) But at least I didn't make
> that mistake in the real commit.

Easily done :-/
> 
> Brian
> 

Thanks Brian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-19 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23  0:34 [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Colin King
2017-04-19 18:36 ` Brian Norris
2017-04-19 18:38   ` Brian Norris
2017-04-19 18:40     ` Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).