Commit 0142626d authored by Shawn Lin's avatar Shawn Lin Committed by Bjorn Helgaas

PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()

The kernel-doc comments don't match the arguments, so fix the comments.
Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 16f73eb0
...@@ -2059,7 +2059,7 @@ static inline u16 pci_vpd_lrdt_tag(const u8 *lrdt) ...@@ -2059,7 +2059,7 @@ static inline u16 pci_vpd_lrdt_tag(const u8 *lrdt)
/** /**
* pci_vpd_srdt_size - Extracts the Small Resource Data Type length * 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. * Returns the extracted Small Resource Data Type length.
*/ */
...@@ -2070,7 +2070,7 @@ static inline u8 pci_vpd_srdt_size(const u8 *srdt) ...@@ -2070,7 +2070,7 @@ static inline u8 pci_vpd_srdt_size(const u8 *srdt)
/** /**
* pci_vpd_srdt_tag - Extracts the Small Resource Data Type Tag Item * 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. * Returns the extracted Small Resource Data Type Tag Item.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment