]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/kmemleak: fix typo in object_no_scan() comment
authorMike Rapoport (Microsoft) <rppt@kernel.org>
Thu, 10 Oct 2024 15:54:39 +0000 (18:54 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:05 +0000 (21:29 -0700)
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) <rppt@kernel.org>
Cc: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/kmemleak.c

index 0400f5e8ac60de555f43d85f1d36f67e48b4ebed..17006d8a2afae2ae306efa1b7bc51c5ffc331034 100644 (file)
@@ -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.
  */