]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
linux/device.h: fix kernel-doc notation warning
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 17 Jun 2018 01:53:57 +0000 (18:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jul 2018 15:51:26 +0000 (17:51 +0200)
Fix kernel-doc build warning (missing " *" at beginning of line):

../include/linux/device.h:93: warning: bad line:                         this bus.

Fixes: 07397df29e57c ("dma-mapping: move dma configuration to bus infrastructure")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Nipun Gupta <nipun.gupta@nxp.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h

index 2eaa9ea13c091d117def413093a50afc92d30cea..575c5a35ece54cd03460deadee74e8c447b28cfe 100644 (file)
@@ -90,7 +90,7 @@ extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
  * @num_vf:    Called to find out how many virtual functions a device on this
  *             bus supports.
  * @dma_configure:     Called to setup DMA configuration on a device on
                      this bus.
*                     this bus.
  * @pm:                Power management operations of this bus, callback the specific
  *             device driver's pm-ops.
  * @iommu_ops:  IOMMU specific operations for this bus, used to attach IOMMU