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/endpoint/functions/pci-epf-test.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/endpoint/functions/pci-epf-test.c')
| -rw-r--r-- | drivers/pci/endpoint/functions/pci-epf-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/endpoint/functions/pci-epf-test.c b/drivers/pci/endpoint/functions/pci-epf-test.c index c89a9561439f..e4e51d884553 100644 --- a/drivers/pci/endpoint/functions/pci-epf-test.c +++ b/drivers/pci/endpoint/functions/pci-epf-test.c @@ -181,7 +181,7 @@ static int pci_epf_test_init_dma_chan(struct pci_epf_test *epf_test) /** * pci_epf_test_clean_dma_chan() - Function to cleanup EPF test DMA channel - * @epf: the EPF test device that performs data transfer operation + * @epf_test: the EPF test device that performs data transfer operation * * Helper to cleanup EPF test DMA channel. */ |
