diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-22 04:06:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 11:55:47 -0500 |
commit | af9997e426f9ddfe7a84cb4cd3c7ff938fabd41a (patch) | |
tree | 8bbb991c584b1a555b35950900455517f5e55ee9 /mm | |
parent | b7f869a2847dfe6f9b0835ca1b24e73bed926d7d (diff) |
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Fix kernel-doc warnings in 2.6.20-rc1.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3587,6 +3587,7 @@ out: | |||
3587 | * @cachep: The cache to allocate from. | 3587 | * @cachep: The cache to allocate from. |
3588 | * @flags: See kmalloc(). | 3588 | * @flags: See kmalloc(). |
3589 | * @nodeid: node number of the target node. | 3589 | * @nodeid: node number of the target node. |
3590 | * @caller: return address of caller, used for debug information | ||
3590 | * | 3591 | * |
3591 | * Identical to kmem_cache_alloc but it will allocate memory on the given | 3592 | * Identical to kmem_cache_alloc but it will allocate memory on the given |
3592 | * node, which can improve the performance for cpu bound structures. | 3593 | * node, which can improve the performance for cpu bound structures. |