With kernel-doc script change to handle xyz_noprof() names, the previous documentation changes and not needed anymore. Fixes: 01d3a2ac5e7f ("mempool: hook up to memory allocation profiling") Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx> Cc: linux-doc@xxxxxxxxxxxxxxx Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> --- mm/mempool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/mempool.c b/mm/mempool.c index 602e6eba68d3..63d4e3778bbd 100644 --- a/mm/mempool.c +++ b/mm/mempool.c @@ -366,7 +366,7 @@ int mempool_resize(mempool_t *pool, int new_min_nr) EXPORT_SYMBOL(mempool_resize); /** - * mempool_alloc_noprof - allocate an element from a specific memory pool + * mempool_alloc - allocate an element from a specific memory pool * @pool: pointer to the memory pool which was allocated via * mempool_create(). * @gfp_mask: the usual allocation bitmask. -- 2.44.0.396.g6e790dbe36-goog