linux/device.h: fix kernel-doc notation warning
Fix kernel-doc build warning (missing " *" at beginning of line):
../include/linux/device.h:93: warning: bad line: this bus.
Fixes: 07397df29e
("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>
This commit is contained in:
parent
8a1ed14ebf
commit
ea614629c6
|
@ -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
|
* @num_vf: Called to find out how many virtual functions a device on this
|
||||||
* bus supports.
|
* bus supports.
|
||||||
* @dma_configure: Called to setup DMA configuration on a device on
|
* @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
|
* @pm: Power management operations of this bus, callback the specific
|
||||||
* device driver's pm-ops.
|
* device driver's pm-ops.
|
||||||
* @iommu_ops: IOMMU specific operations for this bus, used to attach IOMMU
|
* @iommu_ops: IOMMU specific operations for this bus, used to attach IOMMU
|
||||||
|
|
Loading…
Reference in New Issue