linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kprobes: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-21 15:28 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Naveen N. Rao
  Cc: kernel-janitors, Anil S Keshavamurthy, David S. Miller,
	Masami Hiramatsu, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 kernel/kprobes.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index dd58c0be9ce2..4721b76e61a1 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -651,7 +651,7 @@ void wait_for_kprobe_optimizer(void)
 	while (!list_empty(&optimizing_list) || !list_empty(&unoptimizing_list)) {
 		mutex_unlock(&kprobe_mutex);
 
-		/* This will also make 'optimizing_work' execute immmediately */
+		/* This will also make 'optimizing_work' execute immediately */
 		flush_delayed_work(&optimizing_work);
 		/* 'optimizing_work' might not have been queued yet, relax */
 		cpu_relax();


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

end of thread, other threads:[~2022-05-21 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] kprobes: fix typo in comment Julia Lawall
2022-05-21 15:28 ` Masami Hiramatsu

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).