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@xxxxxxx> :::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data