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

Bartosz Golaszewski bgolaszewski at baylibre.com
Mon Nov 2 15:43:22 UTC 2020


On Mon, Nov 2, 2020 at 4:41 PM Matthew Wilcox <willy at infradead.org> wrote:
>
> 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.
>

No, I just didn't know better. Thanks for bringing this to my attention.

> Typo 'resising' resizing.

Will fix in the next iteration.

Bartosz


More information about the dri-devel mailing list