diff options
Diffstat (limited to 'mm/kmemleak.c')
-rw-r--r-- | mm/kmemleak.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 002adc3cf3a1..5b069e4f5e48 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c | |||
@@ -1060,8 +1060,8 @@ static void scan_object(struct kmemleak_object *object) | |||
1060 | unsigned long flags; | 1060 | unsigned long flags; |
1061 | 1061 | ||
1062 | /* | 1062 | /* |
1063 | * Once the object->lock is aquired, the corresponding memory block | 1063 | * Once the object->lock is acquired, the corresponding memory block |
1064 | * cannot be freed (the same lock is aquired in delete_object). | 1064 | * cannot be freed (the same lock is acquired in delete_object). |
1065 | */ | 1065 | */ |
1066 | spin_lock_irqsave(&object->lock, flags); | 1066 | spin_lock_irqsave(&object->lock, flags); |
1067 | if (object->flags & OBJECT_NO_SCAN) | 1067 | if (object->flags & OBJECT_NO_SCAN) |