mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
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) <rppt@kernel.org> Cc: Mike Rapoport (Microsoft) <rppt@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
afe789b736
commit
002c5d1ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue