linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
Cc: kbuild-all@01.org, Alexandre Bounine <alexandre.bounine@idt.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-next:master 11773/11999] DocBook: drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap'
Date: Fri, 22 Jul 2016 19:19:05 +0800	[thread overview]
Message-ID: <201607221902.FFpYppC5%fengguang.wu@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2845 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   13123042d0dbf7635f052efc2ae69fd9af624f1d
commit: 056aac7d4310a533191685bd3c9e1d50e228c6f2 [11773/11999] rapidio: modify for rev.3 specification changes
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap'
>> drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap'

vim +/rmap +793 drivers/rapidio/rio.c

93bdaca50 Alexandre Bounine 2016-03-22  777  	mport->ops->unmap_outb(mport, destid, rstart);
93bdaca50 Alexandre Bounine 2016-03-22  778  	spin_unlock_irqrestore(&rio_mmap_lock, flags);
93bdaca50 Alexandre Bounine 2016-03-22  779  }
93bdaca50 Alexandre Bounine 2016-03-22  780  EXPORT_SYMBOL_GPL(rio_unmap_outb_region);
93bdaca50 Alexandre Bounine 2016-03-22  781  
93bdaca50 Alexandre Bounine 2016-03-22  782  /**
e5cabeb3d Alexandre Bounine 2010-05-26  783   * rio_mport_get_physefb - Helper function that returns register offset
e5cabeb3d Alexandre Bounine 2010-05-26  784   *                      for Physical Layer Extended Features Block.
97ef6f744 Randy Dunlap      2010-05-28  785   * @port: Master port to issue transaction
97ef6f744 Randy Dunlap      2010-05-28  786   * @local: Indicate a local master port or remote device access
97ef6f744 Randy Dunlap      2010-05-28  787   * @destid: Destination ID of the device
97ef6f744 Randy Dunlap      2010-05-28  788   * @hopcount: Number of switch hops to the device
e5cabeb3d Alexandre Bounine 2010-05-26  789   */
e5cabeb3d Alexandre Bounine 2010-05-26  790  u32
e5cabeb3d Alexandre Bounine 2010-05-26  791  rio_mport_get_physefb(struct rio_mport *port, int local,
056aac7d4 Alexandre Bounine 2016-07-22  792  		      u16 destid, u8 hopcount, u32 *rmap)
e5cabeb3d Alexandre Bounine 2010-05-26 @793  {
e5cabeb3d Alexandre Bounine 2010-05-26  794  	u32 ext_ftr_ptr;
e5cabeb3d Alexandre Bounine 2010-05-26  795  	u32 ftr_header;
e5cabeb3d Alexandre Bounine 2010-05-26  796  
e5cabeb3d Alexandre Bounine 2010-05-26  797  	ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0);
e5cabeb3d Alexandre Bounine 2010-05-26  798  
e5cabeb3d Alexandre Bounine 2010-05-26  799  	while (ext_ftr_ptr)  {
e5cabeb3d Alexandre Bounine 2010-05-26  800  		if (local)
e5cabeb3d Alexandre Bounine 2010-05-26  801  			rio_local_read_config_32(port, ext_ftr_ptr,

:::::: The code at line 793 was first introduced by commit
:::::: e5cabeb3d60f9cd3e3950aff071319ae0e2d08d8 rapidio: add Port-Write handling for EM

:::::: TO: Alexandre Bounine <alexandre.bounine@idt.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6389 bytes --]

                 reply	other threads:[~2016-07-22 11:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201607221902.FFpYppC5%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=alexandre.bounine@idt.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox