Message ID | 20200729201224.26799-1-krzk@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | PCI: Minor kerneldoc warning fixes | expand |
On Wed, Jul 29, 2020 at 10:12:18PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Changes since v2: > 1. Fix almost all warnings, except: > drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'version' not described in 'hv_pci_protocol_negotiation' > drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'num_version' not described in 'hv_pci_protocol_negotiation' > Not sure what are these. > > 2. New patches, split per driver or subdirectory > > Best regards, > Krzysztof > > Krzysztof Kozlowski (6): > PCI: Fix kerneldoc > PCI: endpoint: Fix kerneldoc > PCI: hotplug: Fix kerneldoc > PCI: dwc: Fix kerneldoc > PCI: rockchip: Fix kerneldoc > PCI: xilinx: Fix kerneldoc > > drivers/pci/ats.c | 3 ++- > drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +- > drivers/pci/controller/pcie-rockchip-ep.c | 1 + > drivers/pci/controller/pcie-xilinx-cpm.c | 1 + > drivers/pci/endpoint/functions/pci-epf-test.c | 2 +- > drivers/pci/endpoint/pci-ep-cfs.c | 2 +- > drivers/pci/endpoint/pci-epc-core.c | 2 +- > drivers/pci/endpoint/pci-epc-mem.c | 2 +- > drivers/pci/endpoint/pci-epf-core.c | 4 +++- > drivers/pci/hotplug/acpi_pcihp.c | 4 ++-- > drivers/pci/hotplug/pciehp_core.c | 1 + > drivers/pci/of.c | 2 ++ > drivers/pci/pci-pf-stub.c | 2 +- > drivers/pci/setup-bus.c | 1 + > drivers/pci/vc.c | 1 - > 15 files changed, 19 insertions(+), 11 deletions(-) Thanks, I squashed these all together and applied them on pci/doc for v5.9. This was a tiny bit messy because pcie-xilinx-cpm.c is new this cycle and ideally we would have squashed that fix into the original commit, but we don't need to bother with that.