projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe789b
)
mm/kmemleak: fix typo in object_no_scan() comment
author
Mike Rapoport (Microsoft) <rppt@kernel.org>
Thu, 10 Oct 2024 15:54:39 +0000
(18:54 +0300)
committer
Andrew Morton <akpm@linux-foundation.org>
Thu, 7 Nov 2024 04:11:12 +0000
(20:11 -0800)
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
patch
|
blob
|
history
diff --git
a/mm/kmemleak.c
b/mm/kmemleak.c
index 0400f5e8ac60de555f43d85f1d36f67e48b4ebed..17006d8a2afae2ae306efa1b7bc51c5ffc331034 100644
(file)
--- 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 give
n
* pointer. Such object will not be scanned by kmemleak but references to it
* are searched.
*/