Re: [PATCH v2 1/2] mm: vmalloc: Remove a global vmap_blocks xarray

From: Matthew Wilcox
Date: Mon Mar 27 2023 - 12:54:39 EST


On Mon, Mar 27, 2023 at 06:52:26PM +0200, Uladzislau Rezki (Sony) wrote:
> @@ -1927,25 +1940,47 @@ struct vmap_block {
> /* Queue of free and dirty vmap blocks, for allocation and flushing purposes */
> static DEFINE_PER_CPU(struct vmap_block_queue, vmap_block_queue);
>
> -/*
> - * XArray of vmap blocks, indexed by address, to quickly find a vmap block
> - * in the free path. Could get rid of this if we change the API to return a
> - * "cookie" from alloc, to be passed to free. But no big deal yet.
> +/**

This is marked for kernel-doc without being in kernel-doc format.
I'd suggest just using a single '*'.