On Wed, Nov 21, 2018 at 10:16 AM Mike Rapoport <rppt@xxxxxxxxxxxxx> wrote: > > Hi Alex, > > On Sat, Nov 17, 2018 at 10:26:25AM +0800, kbuild test robot wrote: > > tree: git://git.cmpxchg.org/linux-mmotm.git master > > head: 4de8d18fa38298433f161f8780b5e1b0f01a8c17 > > commit: 711bb3ee3832a764cb2ea03e97b7183b938e1f6c [47/137] mm: implement new zone specific memblock iterator > > reproduce: make htmldocs > > > > All warnings (new ones prefixed by >>): > > > > WARNING: convert(1) not found, for SVG to PDF conversion install ImageMagick (https://www.imagemagick.org) > > mm/memblock.c:1261: warning: Excess function parameter 'out_start' description in '__next_mem_pfn_range_in_zone' > > mm/memblock.c:1261: warning: Excess function parameter 'out_end' description in '__next_mem_pfn_range_in_zone' > > >> mm/memblock.c:1261: warning: Function parameter or member 'out_spfn' not described in '__next_mem_pfn_range_in_zone' > > >> mm/memblock.c:1261: warning: Function parameter or member 'out_epfn' not described in '__next_mem_pfn_range_in_zone' > > mm/memblock.c:1261: warning: Excess function parameter 'out_start' description in '__next_mem_pfn_range_in_zone' > > mm/memblock.c:1261: warning: Excess function parameter 'out_end' description in '__next_mem_pfn_range_in_zone' > > Can you please fix those? Yes. I have a follow-up patch set in the works and that is one of the things I plan to address. Thanks. - Alex