summaryrefslogtreecommitdiff
path: root/drivers/pci/ats.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-03-14 14:54:46 -0500
committerBjorn Helgaas <bhelgaas@google.com>2024-09-19 14:24:00 -0500
commit5c7bdac783be8dcba1427460e7971445f839a5e2 (patch)
tree63f17caaf52e2f7a87e8f161476035a4dd5f434f /drivers/pci/ats.c
parent2ac11a2fdcc3aa210d76b65c61c6758f44ac6c54 (diff)
PCI: Fix typos
Fix typos. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/ats.c')
-rw-r--r--drivers/pci/ats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/ats.c b/drivers/pci/ats.c
index c570892b2090..956b08117347 100644
--- a/drivers/pci/ats.c
+++ b/drivers/pci/ats.c
@@ -455,8 +455,8 @@ void pci_restore_pasid_state(struct pci_dev *pdev)
* pci_pasid_features - Check which PASID features are supported
* @pdev: PCI device structure
*
- * Returns a negative value when no PASI capability is present.
- * Otherwise is returns a bitmask with supported features. Current
+ * Return a negative value when no PASID capability is present.
+ * Otherwise return a bitmask with supported features. Current
* features reported are:
* PCI_PASID_CAP_EXEC - Execute permission supported
* PCI_PASID_CAP_PRIV - Privileged mode supported