Re: [PATCH] docs/core-api: memory-allocation: mention size helpers

2019-10-22 Thread Jonathan Corbet
On Tue, 22 Oct 2019 20:05:38 + Chris Packham wrote: > > Quick comment: we don't need :c:func: anymore; the markup happens anyway. > > So rather than adding more of them, could I ask you to please take out the > > ones that are there now? > > So just with backquotes i.e. :c:func:`kmalloc` b

Re: [PATCH] docs/core-api: memory-allocation: mention size helpers

2019-10-22 Thread Chris Packham
Hi Jon, On Tue, 2019-10-22 at 07:19 -0600, Jonathan Corbet wrote: > On Tue, 22 Oct 2019 10:27:47 +1300 > Chris Packham wrote: > > > Mention struct_size(), array_size() and array3_size() in the same place > > as kmalloc() and friends. > > > > Signed-off-by: Chris Packham > > --- > > Documentat

Re: [PATCH] docs/core-api: memory-allocation: mention size helpers

2019-10-22 Thread Jonathan Corbet
On Tue, 22 Oct 2019 10:27:47 +1300 Chris Packham wrote: > Mention struct_size(), array_size() and array3_size() in the same place > as kmalloc() and friends. > > Signed-off-by: Chris Packham > --- > Documentation/core-api/memory-allocation.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 del