diff options
| author | Krzysztof Kozlowski <[email protected]> | 2020-07-29 20:12:19 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2020-08-05 23:23:14 +0000 |
| commit | 9b41d19aff40907bdd64ae230aaadbb3de3db710 (patch) | |
| tree | acc29e62e7b7ddaa97089d599a288cb67fc0065a /drivers/pci/controller/dwc | |
| parent | Linux 5.8-rc1 (diff) | |
| download | kernel-9b41d19aff40907bdd64ae230aaadbb3de3db710.tar.gz kernel-9b41d19aff40907bdd64ae230aaadbb3de3db710.zip | |
PCI: Fix kerneldoc warnings
Fix kerneldoc warnings, e.g.,
$ make W=1 drivers/pci/
drivers/pci/ats.c:196: warning: Function parameter or member 'pdev' not described in 'pci_enable_pri'
drivers/pci/ats.c:196: warning: Function parameter or member 'reqs' not described in 'pci_enable_pri'
...
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-designware-ep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c b/drivers/pci/controller/dwc/pcie-designware-ep.c index 5e5b8821bed8..305bfec2424d 100644 --- a/drivers/pci/controller/dwc/pcie-designware-ep.c +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * Synopsys DesignWare PCIe Endpoint controller driver * * Copyright (C) 2017 Texas Instruments |
