Skip to content

Commit 5c7bdac

Browse files
committed
PCI: Fix typos
Fix typos. Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 2ac11a2 commit 5c7bdac

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

drivers/pci/ats.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ void pci_restore_pasid_state(struct pci_dev *pdev)
455455
* pci_pasid_features - Check which PASID features are supported
456456
* @pdev: PCI device structure
457457
*
458-
* Returns a negative value when no PASI capability is present.
459-
* Otherwise is returns a bitmask with supported features. Current
458+
* Return a negative value when no PASID capability is present.
459+
* Otherwise return a bitmask with supported features. Current
460460
* features reported are:
461461
* PCI_PASID_CAP_EXEC - Execute permission supported
462462
* PCI_PASID_CAP_PRIV - Privileged mode supported

drivers/pci/controller/cadence/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config PCIE_CADENCE_PLAT_EP
3838
select PCIE_CADENCE_EP
3939
select PCIE_CADENCE_PLAT
4040
help
41-
Say Y here if you want to support the Cadence PCIe platform controller in
41+
Say Y here if you want to support the Cadence PCIe platform controller in
4242
endpoint mode. This PCIe controller may be embedded into many
4343
different vendors SoCs.
4444

drivers/pci/hotplug/cpqphp_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ get_slot_mapping(struct pci_bus *bus, u8 bus_num, u8 dev_num, u8 *slot)
328328
} else {
329329
/* Did not get a match on the target PCI device. Check
330330
* if the current IRQ table entry is a PCI-to-PCI
331-
* bridge device. If so, and it's secondary bus
331+
* bridge device. If so, and its secondary bus
332332
* matches the bus number for the target device, I need
333333
* to save the bridge's slot number. If I can not find
334334
* an entry for the target device, I will have to

drivers/pci/hotplug/s390_pci_hpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value)
112112

113113
static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value)
114114
{
115-
/* if the slot exits it always contains a function */
115+
/* if the slot exists it always contains a function */
116116
*value = 1;
117117
return 0;
118118
}

drivers/pci/iomap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ EXPORT_SYMBOL_GPL(pci_iomap_wc);
156156
* the different IOMAP ranges.
157157
*
158158
* But if the architecture does not use the generic iomap code, and if
159-
* it has _not_ defined it's own private pci_iounmap function, we define
159+
* it has _not_ defined its own private pci_iounmap function, we define
160160
* it here.
161161
*
162162
* NOTE! This default implementation assumes that if the architecture

0 commit comments

Comments
 (0)