All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci: fix kernel-doc build warning
@ 2017-10-30  0:07 Randy Dunlap
  2017-11-07  0:33 ` Bjorn Helgaas
  2017-11-08 23:27 ` Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Randy Dunlap @ 2017-10-30  0:07 UTC (permalink / raw)
  To: linux-pci, Bjorn Helgaas; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

Fix build error in kernel-doc notation:

../drivers/pci/pci.c:3479: ERROR: Unexpected indentation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc:	Bjorn Helgaas <bhelgaas@google.com>
Cc:	linux-pci@vger.kernel.org
---
 drivers/pci/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-414-rc7.orig/drivers/pci/pci.c
+++ lnx-414-rc7/drivers/pci/pci.c
@@ -3471,7 +3471,7 @@ EXPORT_SYMBOL(devm_pci_remap_cfgspace);
  * All operations are managed and will be undone on driver detach.
  *
  * Returns a pointer to the remapped memory or an ERR_PTR() encoded error code
- * on failure. Usage example:
+ * on failure. Usage example::
  *
  *	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  *	base = devm_pci_remap_cfg_resource(&pdev->dev, res);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-08 23:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30  0:07 [PATCH] pci: fix kernel-doc build warning Randy Dunlap
2017-11-07  0:33 ` Bjorn Helgaas
2017-11-07  0:50   ` Randy Dunlap
2017-11-08 23:27 ` Bjorn Helgaas

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.