All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux/device.h: fix kernel-doc notation warning
@ 2018-06-17  1:53 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2018-06-17  1:53 UTC (permalink / raw)
  To: LKML, Christoph Hellwig, Greg Kroah-Hartman; +Cc: Nipun Gupta

From: Randy Dunlap <rdunlap@infradead.org>

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>
---
 include/linux/device.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-418-rc1.orig/include/linux/device.h
+++ lnx-418-rc1/include/linux/device.h
@@ -90,7 +90,7 @@ extern void bus_remove_file(struct bus_t
  * @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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-17  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-17  1:53 [PATCH] linux/device.h: fix kernel-doc notation warning Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.