* [PATCH] mm/kmemleak: fix typo in object_no_scan() comment
@ 2024-10-10 15:54 Mike Rapoport
0 siblings, 0 replies; only message in thread
From: Mike Rapoport @ 2024-10-10 15:54 UTC (permalink / raw)
To: Andrew Morton; +Cc: Catalin Marinas, Mike Rapoport, linux-mm, linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Replace "corresponding to the give pointer" with "corresponding to the
given pointer"
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
mm/kmemleak.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 0400f5e8ac60..17006d8a2afa 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.
*/
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-10 15:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-10 15:54 [PATCH] mm/kmemleak: fix typo in object_no_scan() comment Mike Rapoport
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox