All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] exec: Fix a spelling mistake
@ 2022-06-29  7:29 Zhang Jiaming
  2022-06-30  0:47 ` Souptick Joarder
  2022-07-01 22:07 ` Kees Cook
  0 siblings, 2 replies; 3+ messages in thread
From: Zhang Jiaming @ 2022-06-29  7:29 UTC (permalink / raw)
  To: ebiederm, keescook, viro
  Cc: linux-mm, linux-fsdevel, linux-kernel, liqiong, renyu, Zhang Jiaming

Change 'wont't' to 'won't'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 fs/exec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/exec.c b/fs/exec.c
index 96b9847fca99..5f0656e10b5d 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk)
 		/*
 		 * We are going to release_task()->ptrace_unlink() silently,
 		 * the tracer can sleep in do_wait(). EXIT_DEAD guarantees
-		 * the tracer wont't block again waiting for this thread.
+		 * the tracer won't block again waiting for this thread.
 		 */
 		if (unlikely(leader->ptrace))
 			__wake_up_parent(leader, leader->parent);
-- 
2.34.1


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

* Re: [PATCH] exec: Fix a spelling mistake
  2022-06-29  7:29 [PATCH] exec: Fix a spelling mistake Zhang Jiaming
@ 2022-06-30  0:47 ` Souptick Joarder
  2022-07-01 22:07 ` Kees Cook
  1 sibling, 0 replies; 3+ messages in thread
From: Souptick Joarder @ 2022-06-30  0:47 UTC (permalink / raw)
  To: Zhang Jiaming
  Cc: ebiederm, Kees Cook, Al Viro, Linux-MM, linux-fsdevel,
	linux-kernel, liqiong, renyu

On Wed, Jun 29, 2022 at 1:07 PM Zhang Jiaming <jiaming@nfschina.com> wrote:
>
> Change 'wont't' to 'won't'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>

Reviewed-by: Souptick Joarder (HPE) <jrdr.linux@gmail.com>
> ---
>  fs/exec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/exec.c b/fs/exec.c
> index 96b9847fca99..5f0656e10b5d 100644
> --- a/fs/exec.c
> +++ b/fs/exec.c
> @@ -1156,7 +1156,7 @@ static int de_thread(struct task_struct *tsk)
>                 /*
>                  * We are going to release_task()->ptrace_unlink() silently,
>                  * the tracer can sleep in do_wait(). EXIT_DEAD guarantees
> -                * the tracer wont't block again waiting for this thread.
> +                * the tracer won't block again waiting for this thread.
>                  */
>                 if (unlikely(leader->ptrace))
>                         __wake_up_parent(leader, leader->parent);
> --
> 2.34.1
>
>

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

* Re: [PATCH] exec: Fix a spelling mistake
  2022-06-29  7:29 [PATCH] exec: Fix a spelling mistake Zhang Jiaming
  2022-06-30  0:47 ` Souptick Joarder
@ 2022-07-01 22:07 ` Kees Cook
  1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2022-07-01 22:07 UTC (permalink / raw)
  To: ebiederm, Al Viro, jiaming
  Cc: Kees Cook, linux-mm, linux-fsdevel, liqiong, renyu, linux-kernel

On Wed, 29 Jun 2022 15:29:32 +0800, Zhang Jiaming wrote:
> Change 'wont't' to 'won't'.

Applied to for-next/execve, thanks!

[1/1] exec: Fix a spelling mistake
      https://git.kernel.org/kees/c/5036793d7dbd

-- 
Kees Cook


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

end of thread, other threads:[~2022-07-01 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  7:29 [PATCH] exec: Fix a spelling mistake Zhang Jiaming
2022-06-30  0:47 ` Souptick Joarder
2022-07-01 22:07 ` Kees Cook

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.