* [linux-next:master 11773/11999] DocBook: drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap'
@ 2016-07-22 11:19 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-07-22 11:19 UTC (permalink / raw)
Cc: kbuild-all, Alexandre Bounine, Andrew Morton,
Linux Memory Management List
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-22 11:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22 11:19 [linux-next:master 11773/11999] DocBook: drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap' kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox