diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-07-06 18:56:29 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-07-06 18:56:29 +0300 |
commit | 4343292f805786c2e4b5f455397459133c2f7851 (patch) | |
tree | 066f1a04fb35a0f0b983dd9f59d9f3af3f36a488 /drivers/pci/pci.h | |
parent | 5e0716fc26a2dd0caf9e8d838c2e83f5f0c70b75 (diff) | |
parent | 347269c113f10fbe893f11dd3ae5f44aa15d3111 (diff) | |
download | linux-4343292f805786c2e4b5f455397459133c2f7851.tar.xz |
Merge branch 'pci/kernel-doc'
- Fix kernel-doc formatting errors (Krzysztof WilczyĆski)
* pci/kernel-doc:
PCI: Fix kernel-doc formatting
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r-- | drivers/pci/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index dac6922553b4..93dcdd431072 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h @@ -324,8 +324,8 @@ struct pci_sriov { /** * pci_dev_set_io_state - Set the new error state if possible. * - * @dev - pci device to set new error_state - * @new - the state we want dev to be in + * @dev: PCI device to set new error_state + * @new: the state we want dev to be in * * Must be called with device_lock held. * |