diff options
Diffstat (limited to 'mm/vmalloc.c')
-rw-r--r-- | mm/vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 0b057628a7ba..b52aeed3f58e 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -1579,7 +1579,7 @@ void vfree_atomic(const void *addr) | |||
1579 | * have CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG, but making the calling | 1579 | * have CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG, but making the calling |
1580 | * conventions for vfree() arch-depenedent would be a really bad idea) | 1580 | * conventions for vfree() arch-depenedent would be a really bad idea) |
1581 | * | 1581 | * |
1582 | * NOTE: assumes that the object at *addr has a size >= sizeof(llist_node) | 1582 | * NOTE: assumes that the object at @addr has a size >= sizeof(llist_node) |
1583 | */ | 1583 | */ |
1584 | void vfree(const void *addr) | 1584 | void vfree(const void *addr) |
1585 | { | 1585 | { |