diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-03-14 20:54:46 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 21:24:00 +0200 |
commit | 5c7bdac783be8dcba1427460e7971445f839a5e2 (patch) | |
tree | 63f17caaf52e2f7a87e8f161476035a4dd5f434f /drivers/pci/ats.c | |
parent | PCI/VPD: Remove pci_vpd_release() unused declarations (diff) | |
download | linux-5c7bdac783be8dcba1427460e7971445f839a5e2.tar.xz linux-5c7bdac783be8dcba1427460e7971445f839a5e2.zip |
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.c | 4 |
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 |