Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
ea614629 8a1ed14e

+1 -1
+1 -1
include/linux/device.h
··· 90 90 * @num_vf: Called to find out how many virtual functions a device on this 91 91 * bus supports. 92 92 * @dma_configure: Called to setup DMA configuration on a device on 93 - this bus. 93 + * this bus. 94 94 * @pm: Power management operations of this bus, callback the specific 95 95 * device driver's pm-ops. 96 96 * @iommu_ops: IOMMU specific operations for this bus, used to attach IOMMU