All of lore.kernel.org
 help / color / mirror / Atom feed
* [mmotm:master 44/178] Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) '
@ 2014-06-13  3:46 kbuild test robot
  2014-06-13 16:50 ` Fabian Frederick
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2014-06-13  3:46 UTC (permalink / raw)
  To: Fabian Frederick
  Cc: Linux Memory Management List, Andrew Morton, Johannes Weiner, kbuild-all

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   a621774e0e7bbd9e8a024230af4704cc489bd40e
commit: 4a35989d122d3ed0ead4132ed01e2fd2d8de74d7 [44/178] mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()
reproduce: make htmldocs

All warnings:

   Warning(lib/crc32.c:217): No description found for parameter 'tab)[256]'
   Warning(lib/crc32.c:217): Excess function parameter 'tab' description in 'crc32_le_generic'
   Warning(lib/crc32.c:300): No description found for parameter 'tab)[256]'
   Warning(lib/crc32.c:300): Excess function parameter 'tab' description in 'crc32_be_generic'
   Warning(lib/crc32.c): no structured comments found
   Warning(mm/filemap.c:1054): No description found for parameter 'cache_gfp_mask'
   Warning(mm/filemap.c:1054): No description found for parameter 'radix_gfp_mask'
   Warning(mm/filemap.c:1054): Excess function parameter 'gfp_mask' description in 'pagecache_get_page'
>> Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) '
   Warning(mm/page_alloc.c:6062): No description found for parameter 'pfn'
   Warning(mm/page_alloc.c:6062): No description found for parameter 'mask'
   Warning(mm/page_alloc.c:6062): Excess function parameter 'start_bitidx' description in 'get_pfnblock_flags_mask'
   Warning(mm/page_alloc.c:6090): No description found for parameter 'pfn'
   Warning(mm/page_alloc.c:6090): No description found for parameter 'mask'
   Warning(mm/page_alloc.c:6090): Excess function parameter 'start_bitidx' description in 'set_pfnblock_flags_mask'

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [mmotm:master 44/178] Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) '
  2014-06-13  3:46 [mmotm:master 44/178] Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) ' kbuild test robot
@ 2014-06-13 16:50 ` Fabian Frederick
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Frederick @ 2014-06-13 16:50 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Linux Memory Management List, Andrew Morton, Johannes Weiner, kbuild-all

On Fri, 13 Jun 2014 11:46:49 +0800
kbuild test robot <fengguang.wu@intel.com> wrote:

> tree:   git://git.cmpxchg.org/linux-mmotm.git master
> head:   a621774e0e7bbd9e8a024230af4704cc489bd40e
> commit: 4a35989d122d3ed0ead4132ed01e2fd2d8de74d7 [44/178] mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()
> reproduce: make htmldocs
> 
> All warnings:
> 
>    Warning(lib/crc32.c:217): No description found for parameter 'tab)[256]'
>    Warning(lib/crc32.c:217): Excess function parameter 'tab' description in 'crc32_le_generic'
>    Warning(lib/crc32.c:300): No description found for parameter 'tab)[256]'
>    Warning(lib/crc32.c:300): Excess function parameter 'tab' description in 'crc32_be_generic'
>    Warning(lib/crc32.c): no structured comments found
>    Warning(mm/filemap.c:1054): No description found for parameter 'cache_gfp_mask'
>    Warning(mm/filemap.c:1054): No description found for parameter 'radix_gfp_mask'
>    Warning(mm/filemap.c:1054): Excess function parameter 'gfp_mask' description in 'pagecache_get_page'
> >> Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) '

Hello Fengguang,

   There's no more htmldocs warning with 

void __meminit *alloc_pages_exact_nid()

but :

fgrep -re "__init *" | wc -l
79

fgrep -re "* __init" | wc -l
393

Looks more like a problem with make htmldocs or do I have to use another
 format ?

Regards,
Fabian

>    Warning(mm/page_alloc.c:6062): No description found for parameter 'pfn'
>    Warning(mm/page_alloc.c:6062): No description found for parameter 'mask'
>    Warning(mm/page_alloc.c:6062): Excess function parameter 'start_bitidx' description in 'get_pfnblock_flags_mask'
>    Warning(mm/page_alloc.c:6090): No description found for parameter 'pfn'
>    Warning(mm/page_alloc.c:6090): No description found for parameter 'mask'
>    Warning(mm/page_alloc.c:6090): Excess function parameter 'start_bitidx' description in 'set_pfnblock_flags_mask'
> 
> ---
> 0-DAY kernel build testing backend              Open Source Technology Center
> http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-13 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13  3:46 [mmotm:master 44/178] Warning(mm/page_alloc.c:2954): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) ' kbuild test robot
2014-06-13 16:50 ` Fabian Frederick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.