Skip to content

Commit

Permalink
mm/mempool.c: add missing parameter description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rppt authored and torvalds committed Aug 22, 2018
1 parent 258f669 commit a3bf6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/mempool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3bf6ce

Please sign in to comment.