[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200728171045.28606-1-krzk@kernel.org>
Date: Tue, 28 Jul 2020 19:10:45 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Bjorn Helgaas <bhelgaas@...gle.com>, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzk@...nel.org>
Subject: [PATCH] pci: vc: Fix kerneldoc
Fix W=1 compile warnings (invalid kerneldoc):
drivers/pci/vc.c:188: warning: Excess function parameter 'name' description in 'pci_vc_do_save_buffer'
Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
---
drivers/pci/vc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/vc.c b/drivers/pci/vc.c
index 5486f8768c86..5fc59ac31145 100644
--- a/drivers/pci/vc.c
+++ b/drivers/pci/vc.c
@@ -172,7 +172,6 @@ static void pci_vc_enable(struct pci_dev *dev, int pos, int res)
* @dev: device
* @pos: starting position of VC capability (VC/VC9/MFVC)
* @save_state: buffer for save/restore
- * @name: for error message
* @save: if provided a buffer, this indicates what to do with it
*
* Walking Virtual Channel config space to size, save, or restore it
--
2.17.1
Powered by blists - more mailing lists