All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binfmt_misc: Trivial spello fix
@ 2021-03-19 22:00 Bhaskar Chowdhury
  2021-03-20  1:28 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19 22:00 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/delimeter/delimiter/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Al, please don't fret over this trivialities. I am trying to make sense the
 change I am making.

 fs/binfmt_misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index e1eae7ea823a..1e4a59af41eb 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -297,7 +297,7 @@ static Node *create_entry(const char __user *buffer, size_t count)
 	if (copy_from_user(buf, buffer, count))
 		goto efault;

-	del = *p++;	/* delimeter */
+	del = *p++;	/* delimiter */

 	pr_debug("register: delim: %#x {%c}\n", del, del);

--
2.26.2


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

* Re: [PATCH] binfmt_misc: Trivial spello fix
  2021-03-19 22:00 [PATCH] binfmt_misc: Trivial spello fix Bhaskar Chowdhury
@ 2021-03-20  1:28 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-20  1:28 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: viro, linux-fsdevel, linux-kernel



On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/delimeter/delimiter/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> Al, please don't fret over this trivialities. I am trying to make sense the
> change I am making.
>
> fs/binfmt_misc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index e1eae7ea823a..1e4a59af41eb 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -297,7 +297,7 @@ static Node *create_entry(const char __user *buffer, size_t count)
> 	if (copy_from_user(buf, buffer, count))
> 		goto efault;
>
> -	del = *p++;	/* delimeter */
> +	del = *p++;	/* delimiter */
>
> 	pr_debug("register: delim: %#x {%c}\n", del, del);
>
> --
> 2.26.2
>
>

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

end of thread, other threads:[~2021-03-20  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 22:00 [PATCH] binfmt_misc: Trivial spello fix Bhaskar Chowdhury
2021-03-20  1:28 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.