[PATCH v2 1/8] mm: slab: provide krealloc_array()

Matthew Wilcox willy at infradead.org
Mon Nov 2 15:41:01 UTC 2020


On Mon, Nov 02, 2020 at 04:20:30PM +0100, Bartosz Golaszewski wrote:
> +Chunks allocated with `kmalloc` can be resized with `krealloc`. Similarly
> +to `kmalloc_array`: a helper for resising arrays is provided in the form of
> +`krealloc_array`.

Is there any reason you chose to `do_this` instead of do_this()?  The
automarkup script turns do_this() into a nice link to the documentation
which you're adding below.

Typo 'resising' resizing.


More information about the dri-devel mailing list