All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: kmemleak: Fix a typo
@ 2021-03-19 21:41 Bhaskar Chowdhury
  2021-03-20  1:31   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19 21:41 UTC (permalink / raw)
  To: catalin.marinas, akpm, linux-mm, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/interruptable/interruptible/

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

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index c0014d3b91c1..f09f1a9402a9 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -1202,7 +1202,7 @@ static void update_refs(struct kmemleak_object *object)
 }

 /*
- * Memory scanning is a long process and it needs to be interruptable. This
+ * Memory scanning is a long process and it needs to be interruptible. This
  * function checks whether such interrupt condition occurred.
  */
 static int scan_should_stop(void)
--
2.26.2


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 21:41 [PATCH] mm: kmemleak: Fix a typo Bhaskar Chowdhury
2021-03-20  1:31 ` Randy Dunlap
2021-03-20  1:31   ` 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.