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

From: Matthew Wilcox
Date: Mon Nov 02 2020 - 10:41:41 EST


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.