diff options
-rw-r--r-- | mm/kmemleak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 5f2eb5b23658..bd9bc214091b 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c | |||
@@ -700,7 +700,7 @@ static void paint_ptr(unsigned long ptr, int color) | |||
700 | } | 700 | } |
701 | 701 | ||
702 | /* | 702 | /* |
703 | * Make a object permanently as gray-colored so that it can no longer be | 703 | * Mark an object permanently as gray-colored so that it can no longer be |
704 | * reported as a leak. This is used in general to mark a false positive. | 704 | * reported as a leak. This is used in general to mark a false positive. |
705 | */ | 705 | */ |
706 | static void make_gray_object(unsigned long ptr) | 706 | static void make_gray_object(unsigned long ptr) |