public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/sys.c: Fix a typo
@ 2021-03-23  1:19 Bhaskar Chowdhury
  2021-03-23  8:59 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:19 UTC (permalink / raw)
  To: christian.brauner, akpm, thomascedeno, daniel.m.jordan, tglx,
	Nicolas.Viennot, walken, unixbhaskar, viro, krisman, linux,
	linux-kernel
  Cc: rdunlap


s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 kernel/sys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sys.c b/kernel/sys.c
index 2e2e3f378d97..5cb22eba59f6 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -2023,7 +2023,7 @@ static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data
 	}

 	/*
-	 * arg_lock protects concurent updates but we still need mmap_lock for
+	 * arg_lock protects concurrent updates but we still need mmap_lock for
 	 * read to exclude races with sys_brk.
 	 */
 	mmap_read_lock(mm);
--
2.31.0


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

* Re: [PATCH] kernel/sys.c: Fix a typo
  2021-03-23  1:19 [PATCH] kernel/sys.c: Fix a typo Bhaskar Chowdhury
@ 2021-03-23  8:59 ` Christian Brauner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2021-03-23  8:59 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: akpm, thomascedeno, daniel.m.jordan, tglx, Nicolas.Viennot,
	walken, viro, krisman, linux, linux-kernel, rdunlap

On Tue, Mar 23, 2021 at 06:49:09AM +0530, Bhaskar Chowdhury wrote:
> 
> s/concurent/concurrent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---

Looks good,
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>

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

end of thread, other threads:[~2021-03-23  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23  1:19 [PATCH] kernel/sys.c: Fix a typo Bhaskar Chowdhury
2021-03-23  8:59 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox