[linux-next:master 4328/4460] DockBook: include/linux/rio.h:299: warning: No description found for parameter 'lock'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   b613c2bfa3e843fdeff95878edc7326b763abd1b
commit: 4e1ba9ee9d1f2c27facd8772e40ee72ee6e4e1d8 [4328/4460] rapidio: add lock protection for doorbell list
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> include/linux/rio.h:299: warning: No description found for parameter 'lock'
>> include/linux/rio.h:299: warning: Excess struct/union/enum/typedef member 'mutex' description in 'rio_mport'
   include/linux/rio.h:332: warning: No description found for parameter 'dev'

vim +/lock +299 include/linux/rio.h

70a50ebd Matt Porter       2005-11-07  283  	unsigned char index;	/* port index, unique among all port
70a50ebd Matt Porter       2005-11-07  284  				   interfaces of the same type */
e0423236 Zhang Wei         2008-04-18  285  	unsigned int sys_size;	/* RapidIO common transport system size.
e0423236 Zhang Wei         2008-04-18  286  				 * 0 - Small size. 256 devices.
e0423236 Zhang Wei         2008-04-18  287  				 * 1 - Large size, 65536 devices.
e0423236 Zhang Wei         2008-04-18  288  				 */
61b26917 Zhang Wei         2008-04-18  289  	enum rio_phy_type phy_type;	/* RapidIO phy type */
af84ca38 Alexandre Bounine 2010-10-27  290  	u32 phys_efptr;
ed43f44f Alexandre Bounine 2012-10-04  291  	unsigned char name[RIO_MAX_MPORT_NAME];
2aaf308b Alexandre Bounine 2014-04-07  292  	struct device dev;
ad1e9380 Zhang Wei         2008-04-18  293  	void *priv;		/* Master port private data */
e42d98eb Alexandre Bounine 2012-05-31  294  #ifdef CONFIG_RAPIDIO_DMA_ENGINE
e42d98eb Alexandre Bounine 2012-05-31  295  	struct dma_device	dma;
e42d98eb Alexandre Bounine 2012-05-31  296  #endif
a11650e1 Alexandre Bounine 2013-05-24  297  	struct rio_scan *nscan;
cb317a8b Alexandre Bounine 2016-02-10  298  	atomic_t state;
70a50ebd Matt Porter       2005-11-07 @299  };
70a50ebd Matt Porter       2005-11-07  300  
cb317a8b Alexandre Bounine 2016-02-10  301  static inline int rio_mport_is_running(struct rio_mport *mport)
cb317a8b Alexandre Bounine 2016-02-10  302  {
cb317a8b Alexandre Bounine 2016-02-10  303  	return atomic_read(&mport->state) == RIO_DEVICE_RUNNING;
cb317a8b Alexandre Bounine 2016-02-10  304  }
cb317a8b Alexandre Bounine 2016-02-10  305  
bc8fcfea Alexandre Bounine 2013-05-24  306  /*
bc8fcfea Alexandre Bounine 2013-05-24  307   * Enumeration/discovery control flags

:::::: The code at line 299 was first introduced by commit
:::::: 70a50ebd9a94533964c19f918dbbd66763e3f9e5 [PATCH] RapidIO support: core includes

:::::: TO: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx>
:::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxx>

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]