From: Mike Rapoport (Microsoft) Date: Thu, 10 Oct 2024 15:54:39 +0000 (+0300) Subject: mm/kmemleak: fix typo in object_no_scan() comment X-Git-Tag: v6.13-rc1~99^2~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=002c5d1ca89c153e889e7fc3e0380cd807e40107;p=thirdparty%2Flinux.git mm/kmemleak: fix typo in object_no_scan() comment Replace "corresponding to the give pointer" with "corresponding to the given pointer" Link: https://lkml.kernel.org/r/20241010155439.554416-1-rppt@kernel.org Signed-off-by: Mike Rapoport (Microsoft) Cc: Mike Rapoport (Microsoft) Signed-off-by: Andrew Morton --- diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 0400f5e8ac60d..17006d8a2afae 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -1011,7 +1011,7 @@ static void object_set_excess_ref(unsigned long ptr, unsigned long excess_ref) } /* - * Set the OBJECT_NO_SCAN flag for the object corresponding to the give + * Set the OBJECT_NO_SCAN flag for the object corresponding to the given * pointer. Such object will not be scanned by kmemleak but references to it * are searched. */