forked from Minki/linux
mm/mempool.c: add missing parameter description
The kernel-doc for mempool_init function is missing the description of the pool parameter. Add it. Link: http://lkml.kernel.org/r/1532336274-26228-1-git-send-email-rppt@linux.vnet.ibm.com Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
258f669e7e
commit
a3bf6ce366
@ -213,6 +213,7 @@ EXPORT_SYMBOL(mempool_init_node);
|
||||
|
||||
/**
|
||||
* mempool_init - initialize a memory pool
|
||||
* @pool: pointer to the memory pool that should be initialized
|
||||
* @min_nr: the minimum number of elements guaranteed to be
|
||||
* allocated for this pool.
|
||||
* @alloc_fn: user-defined element-allocation function.
|
||||
|
Loading…
Reference in New Issue
Block a user