diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3742,7 +3742,6 @@ EXPORT_SYMBOL(__kmalloc); | |||
3742 | 3742 | ||
3743 | /** | 3743 | /** |
3744 | * krealloc - reallocate memory. The contents will remain unchanged. | 3744 | * krealloc - reallocate memory. The contents will remain unchanged. |
3745 | * | ||
3746 | * @p: object to reallocate memory for. | 3745 | * @p: object to reallocate memory for. |
3747 | * @new_size: how many bytes of memory are required. | 3746 | * @new_size: how many bytes of memory are required. |
3748 | * @flags: the type of memory to allocate. | 3747 | * @flags: the type of memory to allocate. |