diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-28 23:12:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 17:53:37 -0500 |
commit | 05fb6bf0b29552b64dc86f405a484de2514e0ac2 (patch) | |
tree | cd3306512f98f73f7e846fc55b6e56aed4bfea61 /mm | |
parent | 328d24403d6a6b856722facd39d7b6ccb429353b (diff) |
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Fix kernel-doc warnings in 2.6.20-git15 (lib/, mm/, kernel/, include/).
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4026,7 +4026,7 @@ void drain_array(struct kmem_cache *cachep, struct kmem_list3 *l3, | |||
4026 | 4026 | ||
4027 | /** | 4027 | /** |
4028 | * cache_reap - Reclaim memory from caches. | 4028 | * cache_reap - Reclaim memory from caches. |
4029 | * @unused: unused parameter | 4029 | * @w: work descriptor |
4030 | * | 4030 | * |
4031 | * Called from workqueue/eventd every few seconds. | 4031 | * Called from workqueue/eventd every few seconds. |
4032 | * Purpose: | 4032 | * Purpose: |