Re: [PATCH] memblock: update comments and kernel-doc

2019-02-09 Thread Mike Rapoport
On Fri, Feb 08, 2019 at 02:40:47PM -0800, Andrew Morton wrote: > On Fri, 8 Feb 2019 13:45:47 +0200 Mike Rapoport wrote: > > > * Remove comments mentioning bootmem > > * Extend "DOC: memblock overview" > > * Add kernel-doc comments for several more functions > > > > ... > > > > @@ -1400,6 +1413,

Re: [PATCH] memblock: update comments and kernel-doc

2019-02-08 Thread Andrew Morton
On Fri, 8 Feb 2019 13:45:47 +0200 Mike Rapoport wrote: > * Remove comments mentioning bootmem > * Extend "DOC: memblock overview" > * Add kernel-doc comments for several more functions > > ... > > @@ -1400,6 +1413,19 @@ phys_addr_t __init > memblock_phys_alloc_range(phys_addr_t size, > r

[PATCH] memblock: update comments and kernel-doc

2019-02-08 Thread Mike Rapoport
* Remove comments mentioning bootmem * Extend "DOC: memblock overview" * Add kernel-doc comments for several more functions Signed-off-by: Mike Rapoport --- The patch is against the current -mm tree which seems the best route for it as well :) mm/memblock.c | 60 +++