All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: xgene: Fix a non-compliant kernel-doc
@ 2021-05-09  3:02 ` Krzysztof Wilczyński
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Wilczyński @ 2021-05-09  3:02 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Lorenzo Pieralisi, Toan Le, Rob Herring, linux-pci,
	linux-arm-kernel

Correct a non-compliant kernel-doc at the top of the pci-xgene.c file,
and resolve build time warning related to kernel-doc:

  drivers/pci/controller/pci-xgene.c:27: warning: expecting prototype for APM X(). Prototype was for PCIECORE_CTLANDSTATUS() instead

No change to functionality intended.

Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
---
 drivers/pci/controller/pci-xgene.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/pci-xgene.c b/drivers/pci/controller/pci-xgene.c
index 7f503dd4ff81..8dc5140dd80d 100644
--- a/drivers/pci/controller/pci-xgene.c
+++ b/drivers/pci/controller/pci-xgene.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
-/**
+/*
  * APM X-Gene PCIe Driver
  *
  * Copyright (c) 2014 Applied Micro Circuits Corporation.
-- 
2.31.1


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

end of thread, other threads:[~2021-06-03 17:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-09  3:02 [PATCH] PCI: xgene: Fix a non-compliant kernel-doc Krzysztof Wilczyński
2021-05-09  3:02 ` Krzysztof Wilczyński
2021-05-09  4:38 ` Randy Dunlap
2021-05-09  4:38   ` Randy Dunlap
2021-06-03 16:10 ` Lorenzo Pieralisi
2021-06-03 16:10   ` Lorenzo Pieralisi

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.