diff options
author | 2017-09-07 13:24:20 -0500 | |
---|---|---|
committer | 2017-09-07 13:24:20 -0500 | |
commit | 27e87395ae3497ebb63942150e43999c93a83ed0 (patch) | |
tree | 6b8694a556139117401653a5bea2ddff9470bcc9 /include/linux/pci.h | |
parent | Merge branch 'pci/resource' into next (diff) | |
parent | PCI: Fix typos and whitespace errors (diff) | |
download | wireguard-linux-27e87395ae3497ebb63942150e43999c93a83ed0.tar.xz wireguard-linux-27e87395ae3497ebb63942150e43999c93a83ed0.zip |
Merge branch 'pci/trivial' into next
* pci/trivial:
PCI: Fix typos and whitespace errors
PCI: Remove unused "res" variable from pci_resource_io()
PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index d7af980188d4..0c72b63dcaaf 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -2111,7 +2111,7 @@ static inline u16 pci_vpd_lrdt_tag(const u8 *lrdt) /** * pci_vpd_srdt_size - Extracts the Small Resource Data Type length - * @lrdt: Pointer to the beginning of the Small Resource Data Type tag + * @srdt: Pointer to the beginning of the Small Resource Data Type tag * * Returns the extracted Small Resource Data Type length. */ @@ -2122,7 +2122,7 @@ static inline u8 pci_vpd_srdt_size(const u8 *srdt) /** * pci_vpd_srdt_tag - Extracts the Small Resource Data Type Tag Item - * @lrdt: Pointer to the beginning of the Small Resource Data Type tag + * @srdt: Pointer to the beginning of the Small Resource Data Type tag * * Returns the extracted Small Resource Data Type Tag Item. */ |