Re: [PATCH v3 0/3] docs/core-api: memory-allocation: minor cleanups

From: Jonathan Corbet
Date: Tue Oct 29 2019 - 06:46:29 EST


On Fri, 25 Oct 2019 08:50:13 +1300
Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> wrote:

> Clean up some formatting and add references to helpers for calculating sizes
> safely.
>
> This series is based of v5.4-rc4.
>
> There was a merge conflict with commit 59bb47985c1d ("mm, sl[aou]b: guarantee
> natural alignment for kmalloc(power-of-two)") and the c:func: patch is
> dependent on the typo fix. The former was resolved with a rebase, the latter by
> actually sending it as part of the series.
>
> Chris Packham (3):
> docs/core-api: memory-allocation: fix typo
> docs/core-api: memory-allocation: remove uses of c:func:
> docs/core-api: memory-allocation: mention size helpers
>
> Documentation/core-api/memory-allocation.rst | 50 ++++++++++----------
> 1 file changed, 24 insertions(+), 26 deletions(-)

OK, this series is (finally) applied, thanks for your patience...

jon