diff options
| author | Bjorn Helgaas <[email protected]> | 2020-08-05 23:24:22 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2020-08-05 23:24:22 +0000 |
| commit | 65c2bc6ce972e7aee1523a0702d0eeac0570a01f (patch) | |
| tree | 41480f91cb097d71eb91c0d97cc4df8619fe99a7 /drivers/pci/pci-pf-stub.c | |
| parent | Merge branch 'pci/host-probe-refactor' (diff) | |
| parent | PCI: Fix kerneldoc warnings (diff) | |
| download | kernel-65c2bc6ce972e7aee1523a0702d0eeac0570a01f.tar.gz kernel-65c2bc6ce972e7aee1523a0702d0eeac0570a01f.zip | |
Merge branch 'pci/doc'
- Fix several kerneldoc warnings (Krzysztof Kozlowski)
* pci/doc:
PCI: Fix kerneldoc warnings
Diffstat (limited to 'drivers/pci/pci-pf-stub.c')
| -rw-r--r-- | drivers/pci/pci-pf-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-pf-stub.c b/drivers/pci/pci-pf-stub.c index ef293e735c55..a0b2bd6c918a 100644 --- a/drivers/pci/pci-pf-stub.c +++ b/drivers/pci/pci-pf-stub.c @@ -9,7 +9,7 @@ #include <linux/module.h> #include <linux/pci.h> -/** +/* * pci_pf_stub_whitelist - White list of devices to bind pci-pf-stub onto * * This table provides the list of IDs this driver is supposed to bind |
