From d6b0a75b1cf332176a05793140ce6cdfb1aab48e Mon Sep 17 00:00:00 2001 From: Pekka J Enberg Date: Wed, 9 May 2007 02:32:46 -0700 Subject: [PATCH] --- yaml --- r: 55291 b: refs/heads/master c: 7ae439ce0c01d7db0c70d1542985969e95ef750d h: refs/heads/master i: 55289: 25c27e7c03e8f279d6b242caebf5a99b2f476f2e 55287: 4585f9f858755004f8bf447d22b8d558743d9fc5 v: v3 --- [refs] | 2 +- trunk/mm/slab.c | 1 - trunk/mm/slub.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0da57e59d9c3..cb6794cc1252 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e6d444ea1f72b8148354a9baf0ea8fa3dd0425b +refs/heads/master: 7ae439ce0c01d7db0c70d1542985969e95ef750d diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index acda7e2d66e4..01262d26e192 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -3742,7 +3742,6 @@ EXPORT_SYMBOL(__kmalloc); /** * krealloc - reallocate memory. The contents will remain unchanged. - * * @p: object to reallocate memory for. * @new_size: how many bytes of memory are required. * @flags: the type of memory to allocate. diff --git a/trunk/mm/slub.c b/trunk/mm/slub.c index c81f52a72153..f7c120b93c41 100644 --- a/trunk/mm/slub.c +++ b/trunk/mm/slub.c @@ -2286,7 +2286,6 @@ EXPORT_SYMBOL(kmem_cache_shrink); /** * krealloc - reallocate memory. The contents will remain unchanged. - * * @p: object to reallocate memory for. * @new_size: how many bytes of memory are required. * @flags: the type of memory to allocate.