summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Bayer <gbayer@linux.ibm.com>2026-03-30 15:09:46 +0200
committerBjorn Helgaas <bhelgaas@google.com>2026-04-03 16:39:31 -0500
commit8e69214402397fcbb17f25ac5acb178195aca4bc (patch)
treeb842e70cb6803a67846bd8ef2a11a790c7feb221
parent1ae8c4ce157037e266184064a182af9ef9af278b (diff)
downloadlwn-8e69214402397fcbb17f25ac5acb178195aca4bc.tar.gz
lwn-8e69214402397fcbb17f25ac5acb178195aca4bc.zip
PCI: Update PCIe spec references for AtomicOps
Point to the relevant sections in the most recent release 7.0 of the PCIe spec. Text has mostly just moved around without any semantic change. Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://patch.msgid.link/20260330-fix_pciatops-v7-3-f601818417e8@linux.ibm.com
-rw-r--r--drivers/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 3a4ba587042b..fde970c78413 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -3679,7 +3679,7 @@ int pci_enable_atomic_ops_to_root(struct pci_dev *dev, u32 cap_mask)
u32 cap, ctl2;
/*
- * Per PCIe r5.0, sec 9.3.5.10, the AtomicOp Requester Enable bit
+ * Per PCIe r7.0, sec 7.5.3.16, the AtomicOp Requester Enable bit
* in Device Control 2 is reserved in VFs and the PF value applies
* to all associated VFs.
*/
@@ -3690,7 +3690,7 @@ int pci_enable_atomic_ops_to_root(struct pci_dev *dev, u32 cap_mask)
return -EINVAL;
/*
- * Per PCIe r4.0, sec 6.15, endpoints and root ports may be
+ * Per PCIe r7.0, sec 6.15, endpoints and root ports may be
* AtomicOp requesters. For now, we only support (legacy) endpoints
* as requesters and root ports as completers. No endpoints as
* completers, and no peer-to-peer.