Displaying 1 result from an estimated 1 matches for "automarkup".
Did you mean:
autobackup
2020 Nov 02
0
[PATCH v2 1/8] mm: slab: provide krealloc_array()
...: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.