Re: [PATCH] driver: add manual_bind_only option for virtual stub drivers

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

 



Hi Jacob,

[auto build test WARNING on vfio/next]
[also build test WARNING on v4.4 next-20160112]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Jacob-Keller/driver-add-manual_bind_only-option-for-virtual-stub-drivers/20160113-053451
base:   https://github.com/awilliam/linux-vfio.git next
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/init.h:1: warning: no structured comments found
   kernel/sys.c:1: warning: no structured comments found
>> include/linux/device.h:283: warning: No description found for parameter 'manual_bind_only'
   drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found
   drivers/dma-buf/reservation.c:1: warning: no structured comments found
   include/linux/reservation.h:1: warning: no structured comments found
   include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'e_handler' description in 'hsi_client'
   include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'pclaimed' description in 'hsi_client'
   include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'nb' description in 'hsi_client'

vim +/manual_bind_only +283 include/linux/device.h

f98ec3ac Jacob Keller       2016-01-12  267  	bool manual_bind_only;		/* prevent bind on driver_attach */
765230b5 Dmitry Torokhov    2015-03-30  268  	enum probe_type probe_type;
1a6f2a75 Dmitry Torokhov    2009-10-12  269  
597b9d1e Grant Likely       2010-04-13  270  	const struct of_device_id	*of_match_table;
06f64c8f Mika Westerberg    2012-10-31  271  	const struct acpi_device_id	*acpi_match_table;
597b9d1e Grant Likely       2010-04-13  272  
^1da177e Linus Torvalds     2005-04-16  273  	int (*probe) (struct device *dev);
^1da177e Linus Torvalds     2005-04-16  274  	int (*remove) (struct device *dev);
^1da177e Linus Torvalds     2005-04-16  275  	void (*shutdown) (struct device *dev);
9480e307 Russell King       2005-10-28  276  	int (*suspend) (struct device *dev, pm_message_t state);
9480e307 Russell King       2005-10-28  277  	int (*resume) (struct device *dev);
a4dbd674 David Brownell     2009-06-24  278  	const struct attribute_group **groups;
e5dd1278 Greg Kroah-Hartman 2007-11-28  279  
8150f32b Dmitry Torokhov    2009-07-24  280  	const struct dev_pm_ops *pm;
1eede070 Rafael J. Wysocki  2008-05-20  281  
e5dd1278 Greg Kroah-Hartman 2007-11-28  282  	struct driver_private *p;
^1da177e Linus Torvalds     2005-04-16 @283  };
^1da177e Linus Torvalds     2005-04-16  284  
^1da177e Linus Torvalds     2005-04-16  285  
4a7fb636 Andrew Morton      2006-08-14  286  extern int __must_check driver_register(struct device_driver *drv);
^1da177e Linus Torvalds     2005-04-16  287  extern void driver_unregister(struct device_driver *drv);
^1da177e Linus Torvalds     2005-04-16  288  
d462943a Greg Kroah-Hartman 2008-01-24  289  extern struct device_driver *driver_find(const char *name,
d462943a Greg Kroah-Hartman 2008-01-24  290  					 struct bus_type *bus);
d779249e Greg Kroah-Hartman 2006-07-18  291  extern int driver_probe_done(void);

:::::: The code at line 283 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>
:::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>

---
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]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux