All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabian Frederick <fabf@skynet.be>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Johannes Weiner <hannes@cmpxchg.org>,
	kbuild-all@01.org
Subject: 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) '
Date: Fri, 13 Jun 2014 18:50:47 +0200	[thread overview]
Message-ID: <20140613185047.c4af8711d0277c45587623c5@skynet.be> (raw)
In-Reply-To: <539a7429.Y+jT5tXL/lOF3DeD%fengguang.wu@intel.com>

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>

      reply	other threads:[~2014-06-13 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140613185047.c4af8711d0277c45587623c5@skynet.be \
    --to=fabf@skynet.be \
    --cc=akpm@linux-foundation.org \
    --cc=fengguang.wu@intel.com \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.