diff mbox series

mm: kmemleak: Fix a typo

Message ID 20210319214140.23304-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series mm: kmemleak: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 19, 2021, 9:41 p.m. UTC
s/interruptable/interruptible/

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

--
2.26.2

Comments

Randy Dunlap March 20, 2021, 1:31 a.m. UTC | #1
On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

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

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


> ---
> 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
>
>
diff mbox series

Patch

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)