summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-05-30 09:05:58 -0400
committerBjorn Helgaas <bhelgaas@google.com>2019-07-09 08:24:53 -0400
commitf6b6aefee70aa5261deec7feab80c249bf58397f (patch)
treec568ccd62ca76ac245c3607cee5cbf0c4798ad87
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
PCI: Fix typos and whitespace errors
Fix typos in drivers/pci. Comment and whitespace changes only. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
-rw-r--r--drivers/pci/ats.c2
-rw-r--r--drivers/pci/controller/dwc/pcie-armada8k.c2
-rw-r--r--drivers/pci/controller/dwc/pcie-kirin.c2
-rw-r--r--drivers/pci/controller/pci-aardvark.c2
-rw-r--r--drivers/pci/controller/pcie-iproc-platform.c2
-rw-r--r--drivers/pci/controller/pcie-iproc.c2
-rw-r--r--drivers/pci/controller/vmd.c2
-rw-r--r--drivers/pci/mmap.c2
-rw-r--r--drivers/pci/msi.c43
-rw-r--r--drivers/pci/p2pdma.c6
-rw-r--r--drivers/pci/pci-bridge-emul.c2
-rw-r--r--drivers/pci/pci-pf-stub.c2
-rw-r--r--drivers/pci/pci.c2
-rw-r--r--drivers/pci/pcie/aer_inject.c2
-rw-r--r--include/linux/pci.h2
-rw-r--r--include/linux/pci_ids.h6
16 files changed, 41 insertions, 40 deletions
diff --git a/drivers/pci/ats.c b/drivers/pci/ats.c
index 97c08146534a..e18499243f84 100644
--- a/drivers/pci/ats.c
+++ b/drivers/pci/ats.c
@@ -432,7 +432,7 @@ EXPORT_SYMBOL_GPL(pci_prg_resp_pasid_required);
432 * @pdev: PCI device structure 432 * @pdev: PCI device structure
433 * 433 *
434 * Returns negative value when PASID capability is not present. 434 * Returns negative value when PASID capability is not present.
435 * Otherwise it returns the numer of supported PASIDs. 435 * Otherwise it returns the number of supported PASIDs.
436 */ 436 */
437int pci_max_pasids(struct pci_dev *pdev) 437int pci_max_pasids(struct pci_dev *pdev)
438{ 438{
diff --git a/drivers/pci/controller/dwc/pcie-armada8k.c b/drivers/pci/controller/dwc/pcie-armada8k.c
index 0c389a30ef5d..9012d5f60be9 100644
--- a/drivers/pci/controller/dwc/pcie-armada8k.c
+++ b/drivers/pci/controller/dwc/pcie-armada8k.c
@@ -55,7 +55,7 @@ struct armada8k_pcie {
55#define PCIE_ARUSER_REG (PCIE_VENDOR_REGS_OFFSET + 0x5C) 55#define PCIE_ARUSER_REG (PCIE_VENDOR_REGS_OFFSET + 0x5C)
56#define PCIE_AWUSER_REG (PCIE_VENDOR_REGS_OFFSET + 0x60) 56#define PCIE_AWUSER_REG (PCIE_VENDOR_REGS_OFFSET + 0x60)
57/* 57/*
58 * AR/AW Cache defauls: Normal memory, Write-Back, Read / Write 58 * AR/AW Cache defaults: Normal memory, Write-Back, Read / Write
59 * allocate 59 * allocate
60 */ 60 */
61#define ARCACHE_DEFAULT_VALUE 0x3511 61#define ARCACHE_DEFAULT_VALUE 0x3511
diff --git a/drivers/pci/controller/dwc/pcie-kirin.c b/drivers/pci/controller/dwc/pcie-kirin.c
index 9b599296205d..8df1914226be 100644
--- a/drivers/pci/controller/dwc/pcie-kirin.c
+++ b/drivers/pci/controller/dwc/pcie-kirin.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * PCIe host controller driver for Kirin Phone SoCs 3 * PCIe host controller driver for Kirin Phone SoCs
4 * 4 *
5 * Copyright (C) 2017 Hilisicon Electronics Co., Ltd. 5 * Copyright (C) 2017 HiSilicon Electronics Co., Ltd.
6 * http://www.huawei.com 6 * http://www.huawei.com
7 * 7 *
8 * Author: Xiaowei Song <songxiaowei@huawei.com> 8 * Author: Xiaowei Song <songxiaowei@huawei.com>
diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c
index 134e0306ff00..fc0fe4d4de49 100644
--- a/drivers/pci/controller/pci-aardvark.c
+++ b/drivers/pci/controller/pci-aardvark.c
@@ -308,7 +308,7 @@ static void advk_pcie_setup_hw(struct advk_pcie *pcie)
308 308
309 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_MASK_REG); 309 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_MASK_REG);
310 310
311 /* Unmask all MSI's */ 311 /* Unmask all MSIs */
312 advk_writel(pcie, 0, PCIE_MSI_MASK_REG); 312 advk_writel(pcie, 0, PCIE_MSI_MASK_REG);
313 313
314 /* Enable summary interrupt for GIC SPI source */ 314 /* Enable summary interrupt for GIC SPI source */
diff --git a/drivers/pci/controller/pcie-iproc-platform.c b/drivers/pci/controller/pcie-iproc-platform.c
index f30f5f3fb5c1..5a3550b6bb29 100644
--- a/drivers/pci/controller/pcie-iproc-platform.c
+++ b/drivers/pci/controller/pcie-iproc-platform.c
@@ -87,7 +87,7 @@ static int iproc_pcie_pltfm_probe(struct platform_device *pdev)
87 87
88 /* 88 /*
89 * DT nodes are not used by all platforms that use the iProc PCIe 89 * DT nodes are not used by all platforms that use the iProc PCIe
90 * core driver. For platforms that require explict inbound mapping 90 * core driver. For platforms that require explicit inbound mapping
91 * configuration, "dma-ranges" would have been present in DT 91 * configuration, "dma-ranges" would have been present in DT
92 */ 92 */
93 pcie->need_ib_cfg = of_property_read_bool(np, "dma-ranges"); 93 pcie->need_ib_cfg = of_property_read_bool(np, "dma-ranges");
diff --git a/drivers/pci/controller/pcie-iproc.c b/drivers/pci/controller/pcie-iproc.c
index e3ca46497470..2d457bfdaf66 100644
--- a/drivers/pci/controller/pcie-iproc.c
+++ b/drivers/pci/controller/pcie-iproc.c
@@ -163,7 +163,7 @@ enum iproc_pcie_ib_map_type {
163 * @size_unit: inbound mapping region size unit, could be SZ_1K, SZ_1M, or 163 * @size_unit: inbound mapping region size unit, could be SZ_1K, SZ_1M, or
164 * SZ_1G 164 * SZ_1G
165 * @region_sizes: list of supported inbound mapping region sizes in KB, MB, or 165 * @region_sizes: list of supported inbound mapping region sizes in KB, MB, or
166 * GB, depedning on the size unit 166 * GB, depending on the size unit
167 * @nr_sizes: number of supported inbound mapping region sizes 167 * @nr_sizes: number of supported inbound mapping region sizes
168 * @nr_windows: number of supported inbound mapping windows for the region 168 * @nr_windows: number of supported inbound mapping windows for the region
169 * @imap_addr_offset: register offset between the upper and lower 32-bit 169 * @imap_addr_offset: register offset between the upper and lower 32-bit
diff --git a/drivers/pci/controller/vmd.c b/drivers/pci/controller/vmd.c
index 999a5509e57e..4575e0c6dc4b 100644
--- a/drivers/pci/controller/vmd.c
+++ b/drivers/pci/controller/vmd.c
@@ -627,7 +627,7 @@ static int vmd_enable_domain(struct vmd_dev *vmd, unsigned long features)
627 * 32-bit resources. __pci_assign_resource() enforces that 627 * 32-bit resources. __pci_assign_resource() enforces that
628 * artificial restriction to make sure everything will fit. 628 * artificial restriction to make sure everything will fit.
629 * 629 *
630 * The only way we could use a 64-bit non-prefechable MEMBAR is 630 * The only way we could use a 64-bit non-prefetchable MEMBAR is
631 * if its address is <4GB so that we can convert it to a 32-bit 631 * if its address is <4GB so that we can convert it to a 32-bit
632 * resource. To be visible to the host OS, all VMD endpoints must 632 * resource. To be visible to the host OS, all VMD endpoints must
633 * be initially configured by platform BIOS, which includes setting 633 * be initially configured by platform BIOS, which includes setting
diff --git a/drivers/pci/mmap.c b/drivers/pci/mmap.c
index 24505b08de40..b8c9011987f4 100644
--- a/drivers/pci/mmap.c
+++ b/drivers/pci/mmap.c
@@ -73,7 +73,7 @@ int pci_mmap_resource_range(struct pci_dev *pdev, int bar,
73#elif defined(HAVE_PCI_MMAP) /* && !ARCH_GENERIC_PCI_MMAP_RESOURCE */ 73#elif defined(HAVE_PCI_MMAP) /* && !ARCH_GENERIC_PCI_MMAP_RESOURCE */
74 74
75/* 75/*
76 * Legacy setup: Impement pci_mmap_resource_range() as a wrapper around 76 * Legacy setup: Implement pci_mmap_resource_range() as a wrapper around
77 * the architecture's pci_mmap_page_range(), converting to "user visible" 77 * the architecture's pci_mmap_page_range(), converting to "user visible"
78 * addresses as necessary. 78 * addresses as necessary.
79 */ 79 */
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
index e039b740fe74..59a6d232f77a 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
@@ -237,7 +237,7 @@ static void msi_set_mask_bit(struct irq_data *data, u32 flag)
237} 237}
238 238
239/** 239/**
240 * pci_msi_mask_irq - Generic irq chip callback to mask PCI/MSI interrupts 240 * pci_msi_mask_irq - Generic IRQ chip callback to mask PCI/MSI interrupts
241 * @data: pointer to irqdata associated to that interrupt 241 * @data: pointer to irqdata associated to that interrupt
242 */ 242 */
243void pci_msi_mask_irq(struct irq_data *data) 243void pci_msi_mask_irq(struct irq_data *data)
@@ -247,7 +247,7 @@ void pci_msi_mask_irq(struct irq_data *data)
247EXPORT_SYMBOL_GPL(pci_msi_mask_irq); 247EXPORT_SYMBOL_GPL(pci_msi_mask_irq);
248 248
249/** 249/**
250 * pci_msi_unmask_irq - Generic irq chip callback to unmask PCI/MSI interrupts 250 * pci_msi_unmask_irq - Generic IRQ chip callback to unmask PCI/MSI interrupts
251 * @data: pointer to irqdata associated to that interrupt 251 * @data: pointer to irqdata associated to that interrupt
252 */ 252 */
253void pci_msi_unmask_irq(struct irq_data *data) 253void pci_msi_unmask_irq(struct irq_data *data)
@@ -588,11 +588,11 @@ static int msi_verify_entries(struct pci_dev *dev)
588 * msi_capability_init - configure device's MSI capability structure 588 * msi_capability_init - configure device's MSI capability structure
589 * @dev: pointer to the pci_dev data structure of MSI device function 589 * @dev: pointer to the pci_dev data structure of MSI device function
590 * @nvec: number of interrupts to allocate 590 * @nvec: number of interrupts to allocate
591 * @affd: description of automatic irq affinity assignments (may be %NULL) 591 * @affd: description of automatic IRQ affinity assignments (may be %NULL)
592 * 592 *
593 * Setup the MSI capability structure of the device with the requested 593 * Setup the MSI capability structure of the device with the requested
594 * number of interrupts. A return value of zero indicates the successful 594 * number of interrupts. A return value of zero indicates the successful
595 * setup of an entry with the new MSI irq. A negative return value indicates 595 * setup of an entry with the new MSI IRQ. A negative return value indicates
596 * an error, and a positive return value indicates the number of interrupts 596 * an error, and a positive return value indicates the number of interrupts
597 * which could have been allocated. 597 * which could have been allocated.
598 */ 598 */
@@ -609,7 +609,7 @@ static int msi_capability_init(struct pci_dev *dev, int nvec,
609 if (!entry) 609 if (!entry)
610 return -ENOMEM; 610 return -ENOMEM;
611 611
612 /* All MSIs are unmasked by default, Mask them all */ 612 /* All MSIs are unmasked by default; mask them all */
613 mask = msi_mask(entry->msi_attrib.multi_cap); 613 mask = msi_mask(entry->msi_attrib.multi_cap);
614 msi_mask_irq(entry, mask, mask); 614 msi_mask_irq(entry, mask, mask);
615 615
@@ -637,7 +637,7 @@ static int msi_capability_init(struct pci_dev *dev, int nvec,
637 return ret; 637 return ret;
638 } 638 }
639 639
640 /* Set MSI enabled bits */ 640 /* Set MSI enabled bits */
641 pci_intx_for_msi(dev, 0); 641 pci_intx_for_msi(dev, 0);
642 pci_msi_set_enable(dev, 1); 642 pci_msi_set_enable(dev, 1);
643 dev->msi_enabled = 1; 643 dev->msi_enabled = 1;
@@ -729,11 +729,11 @@ static void msix_program_entries(struct pci_dev *dev,
729 * @dev: pointer to the pci_dev data structure of MSI-X device function 729 * @dev: pointer to the pci_dev data structure of MSI-X device function
730 * @entries: pointer to an array of struct msix_entry entries 730 * @entries: pointer to an array of struct msix_entry entries
731 * @nvec: number of @entries 731 * @nvec: number of @entries
732 * @affd: Optional pointer to enable automatic affinity assignement 732 * @affd: Optional pointer to enable automatic affinity assignment
733 * 733 *
734 * Setup the MSI-X capability structure of device function with a 734 * Setup the MSI-X capability structure of device function with a
735 * single MSI-X irq. A return of zero indicates the successful setup of 735 * single MSI-X IRQ. A return of zero indicates the successful setup of
736 * requested MSI-X entries with allocated irqs or non-zero for otherwise. 736 * requested MSI-X entries with allocated IRQs or non-zero for otherwise.
737 **/ 737 **/
738static int msix_capability_init(struct pci_dev *dev, struct msix_entry *entries, 738static int msix_capability_init(struct pci_dev *dev, struct msix_entry *entries,
739 int nvec, struct irq_affinity *affd) 739 int nvec, struct irq_affinity *affd)
@@ -789,7 +789,7 @@ static int msix_capability_init(struct pci_dev *dev, struct msix_entry *entries,
789out_avail: 789out_avail:
790 if (ret < 0) { 790 if (ret < 0) {
791 /* 791 /*
792 * If we had some success, report the number of irqs 792 * If we had some success, report the number of IRQs
793 * we succeeded in setting up. 793 * we succeeded in setting up.
794 */ 794 */
795 struct msi_desc *entry; 795 struct msi_desc *entry;
@@ -812,7 +812,7 @@ out_free:
812/** 812/**
813 * pci_msi_supported - check whether MSI may be enabled on a device 813 * pci_msi_supported - check whether MSI may be enabled on a device
814 * @dev: pointer to the pci_dev data structure of MSI device function 814 * @dev: pointer to the pci_dev data structure of MSI device function
815 * @nvec: how many MSIs have been requested ? 815 * @nvec: how many MSIs have been requested?
816 * 816 *
817 * Look at global flags, the device itself, and its parent buses 817 * Look at global flags, the device itself, and its parent buses
818 * to determine if MSI/-X are supported for the device. If MSI/-X is 818 * to determine if MSI/-X are supported for the device. If MSI/-X is
@@ -896,7 +896,7 @@ static void pci_msi_shutdown(struct pci_dev *dev)
896 /* Keep cached state to be restored */ 896 /* Keep cached state to be restored */
897 __pci_msi_desc_mask_irq(desc, mask, ~mask); 897 __pci_msi_desc_mask_irq(desc, mask, ~mask);
898 898
899 /* Restore dev->irq to its default pin-assertion irq */ 899 /* Restore dev->irq to its default pin-assertion IRQ */
900 dev->irq = desc->msi_attrib.default_irq; 900 dev->irq = desc->msi_attrib.default_irq;
901 pcibios_alloc_irq(dev); 901 pcibios_alloc_irq(dev);
902} 902}
@@ -958,7 +958,7 @@ static int __pci_enable_msix(struct pci_dev *dev, struct msix_entry *entries,
958 } 958 }
959 } 959 }
960 960
961 /* Check whether driver already requested for MSI irq */ 961 /* Check whether driver already requested for MSI IRQ */
962 if (dev->msi_enabled) { 962 if (dev->msi_enabled) {
963 pci_info(dev, "can't enable MSI-X (MSI IRQ already assigned)\n"); 963 pci_info(dev, "can't enable MSI-X (MSI IRQ already assigned)\n");
964 return -EINVAL; 964 return -EINVAL;
@@ -1026,7 +1026,7 @@ static int __pci_enable_msi_range(struct pci_dev *dev, int minvec, int maxvec,
1026 if (!pci_msi_supported(dev, minvec)) 1026 if (!pci_msi_supported(dev, minvec))
1027 return -EINVAL; 1027 return -EINVAL;
1028 1028
1029 /* Check whether driver already requested MSI-X irqs */ 1029 /* Check whether driver already requested MSI-X IRQs */
1030 if (dev->msix_enabled) { 1030 if (dev->msix_enabled) {
1031 pci_info(dev, "can't enable MSI (MSI-X already enabled)\n"); 1031 pci_info(dev, "can't enable MSI (MSI-X already enabled)\n");
1032 return -EINVAL; 1032 return -EINVAL;
@@ -1113,8 +1113,8 @@ static int __pci_enable_msix_range(struct pci_dev *dev,
1113 * pci_enable_msix_range - configure device's MSI-X capability structure 1113 * pci_enable_msix_range - configure device's MSI-X capability structure
1114 * @dev: pointer to the pci_dev data structure of MSI-X device function 1114 * @dev: pointer to the pci_dev data structure of MSI-X device function
1115 * @entries: pointer to an array of MSI-X entries 1115 * @entries: pointer to an array of MSI-X entries
1116 * @minvec: minimum number of MSI-X irqs requested 1116 * @minvec: minimum number of MSI-X IRQs requested
1117 * @maxvec: maximum number of MSI-X irqs requested 1117 * @maxvec: maximum number of MSI-X IRQs requested
1118 * 1118 *
1119 * Setup the MSI-X capability structure of device function with a maximum 1119 * Setup the MSI-X capability structure of device function with a maximum
1120 * possible number of interrupts in the range between @minvec and @maxvec 1120 * possible number of interrupts in the range between @minvec and @maxvec
@@ -1179,7 +1179,7 @@ int pci_alloc_irq_vectors_affinity(struct pci_dev *dev, unsigned int min_vecs,
1179 return msi_vecs; 1179 return msi_vecs;
1180 } 1180 }
1181 1181
1182 /* use legacy irq if allowed */ 1182 /* use legacy IRQ if allowed */
1183 if (flags & PCI_IRQ_LEGACY) { 1183 if (flags & PCI_IRQ_LEGACY) {
1184 if (min_vecs == 1 && dev->irq) { 1184 if (min_vecs == 1 && dev->irq) {
1185 /* 1185 /*
@@ -1248,7 +1248,7 @@ int pci_irq_vector(struct pci_dev *dev, unsigned int nr)
1248EXPORT_SYMBOL(pci_irq_vector); 1248EXPORT_SYMBOL(pci_irq_vector);
1249 1249
1250/** 1250/**
1251 * pci_irq_get_affinity - return the affinity of a particular msi vector 1251 * pci_irq_get_affinity - return the affinity of a particular MSI vector
1252 * @dev: PCI device to operate on 1252 * @dev: PCI device to operate on
1253 * @nr: device-relative interrupt vector index (0-based). 1253 * @nr: device-relative interrupt vector index (0-based).
1254 */ 1254 */
@@ -1280,7 +1280,7 @@ const struct cpumask *pci_irq_get_affinity(struct pci_dev *dev, int nr)
1280EXPORT_SYMBOL(pci_irq_get_affinity); 1280EXPORT_SYMBOL(pci_irq_get_affinity);
1281 1281
1282/** 1282/**
1283 * pci_irq_get_node - return the numa node of a particular msi vector 1283 * pci_irq_get_node - return the NUMA node of a particular MSI vector
1284 * @pdev: PCI device to operate on 1284 * @pdev: PCI device to operate on
1285 * @vec: device-relative interrupt vector index (0-based). 1285 * @vec: device-relative interrupt vector index (0-based).
1286 */ 1286 */
@@ -1330,7 +1330,7 @@ void pci_msi_domain_write_msg(struct irq_data *irq_data, struct msi_msg *msg)
1330/** 1330/**
1331 * pci_msi_domain_calc_hwirq - Generate a unique ID for an MSI source 1331 * pci_msi_domain_calc_hwirq - Generate a unique ID for an MSI source
1332 * @dev: Pointer to the PCI device 1332 * @dev: Pointer to the PCI device
1333 * @desc: Pointer to the msi descriptor 1333 * @desc: Pointer to the MSI descriptor
1334 * 1334 *
1335 * The ID number is only used within the irqdomain. 1335 * The ID number is only used within the irqdomain.
1336 */ 1336 */
@@ -1348,7 +1348,8 @@ static inline bool pci_msi_desc_is_multi_msi(struct msi_desc *desc)
1348} 1348}
1349 1349
1350/** 1350/**
1351 * pci_msi_domain_check_cap - Verify that @domain supports the capabilities for @dev 1351 * pci_msi_domain_check_cap - Verify that @domain supports the capabilities
1352 * for @dev
1352 * @domain: The interrupt domain to check 1353 * @domain: The interrupt domain to check
1353 * @info: The domain info for verification 1354 * @info: The domain info for verification
1354 * @dev: The device to check 1355 * @dev: The device to check
diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c
index 742928d0053e..d953cc7d9a54 100644
--- a/drivers/pci/p2pdma.c
+++ b/drivers/pci/p2pdma.c
@@ -223,7 +223,7 @@ EXPORT_SYMBOL_GPL(pci_p2pdma_add_resource);
223 223
224/* 224/*
225 * Note this function returns the parent PCI device with a 225 * Note this function returns the parent PCI device with a
226 * reference taken. It is the caller's responsibily to drop 226 * reference taken. It is the caller's responsibility to drop
227 * the reference. 227 * the reference.
228 */ 228 */
229static struct pci_dev *find_parent_pci_dev(struct device *dev) 229static struct pci_dev *find_parent_pci_dev(struct device *dev)
@@ -380,7 +380,7 @@ static int upstream_bridge_distance(struct pci_dev *provider,
380 380
381 /* 381 /*
382 * Allow the connection if both devices are on a whitelisted root 382 * Allow the connection if both devices are on a whitelisted root
383 * complex, but add an arbitary large value to the distance. 383 * complex, but add an arbitrary large value to the distance.
384 */ 384 */
385 if (root_complex_whitelist(provider) && 385 if (root_complex_whitelist(provider) &&
386 root_complex_whitelist(client)) 386 root_complex_whitelist(client))
@@ -439,7 +439,7 @@ static int upstream_bridge_distance_warn(struct pci_dev *provider,
439} 439}
440 440
441/** 441/**
442 * pci_p2pdma_distance_many - Determive the cumulative distance between 442 * pci_p2pdma_distance_many - Determine the cumulative distance between
443 * a p2pdma provider and the clients in use. 443 * a p2pdma provider and the clients in use.
444 * @provider: p2pdma provider to check against the client list 444 * @provider: p2pdma provider to check against the client list
445 * @clients: array of devices to check (NULL-terminated) 445 * @clients: array of devices to check (NULL-terminated)
diff --git a/drivers/pci/pci-bridge-emul.c b/drivers/pci/pci-bridge-emul.c
index 83fb077d0b41..06083b86d4f4 100644
--- a/drivers/pci/pci-bridge-emul.c
+++ b/drivers/pci/pci-bridge-emul.c
@@ -305,7 +305,7 @@ int pci_bridge_emul_init(struct pci_bridge_emul *bridge,
305} 305}
306 306
307/* 307/*
308 * Cleanup a pci_bridge_emul structure that was previously initilized 308 * Cleanup a pci_bridge_emul structure that was previously initialized
309 * using pci_bridge_emul_init(). 309 * using pci_bridge_emul_init().
310 */ 310 */
311void pci_bridge_emul_cleanup(struct pci_bridge_emul *bridge) 311void pci_bridge_emul_cleanup(struct pci_bridge_emul *bridge)
diff --git a/drivers/pci/pci-pf-stub.c b/drivers/pci/pci-pf-stub.c
index 9795649fc6f9..ef293e735c55 100644
--- a/drivers/pci/pci-pf-stub.c
+++ b/drivers/pci/pci-pf-stub.c
@@ -1,7 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* pci-pf-stub - simple stub driver for PCI SR-IOV PF device 2/* pci-pf-stub - simple stub driver for PCI SR-IOV PF device
3 * 3 *
4 * This driver is meant to act as a "whitelist" for devices that provde 4 * This driver is meant to act as a "whitelist" for devices that provide
5 * SR-IOV functionality while at the same time not actually needing a 5 * SR-IOV functionality while at the same time not actually needing a
6 * driver of their own. 6 * driver of their own.
7 */ 7 */
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 8abc843b1615..3fd4eaa32b21 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -4501,7 +4501,7 @@ static int pci_af_flr(struct pci_dev *dev, int probe)
4501 4501
4502 /* 4502 /*
4503 * Wait for Transaction Pending bit to clear. A word-aligned test 4503 * Wait for Transaction Pending bit to clear. A word-aligned test
4504 * is used, so we use the conrol offset rather than status and shift 4504 * is used, so we use the control offset rather than status and shift
4505 * the test bit to match. 4505 * the test bit to match.
4506 */ 4506 */
4507 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, 4507 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL,
diff --git a/drivers/pci/pcie/aer_inject.c b/drivers/pci/pcie/aer_inject.c
index 043b8b0cfcc5..6988fe7389b9 100644
--- a/drivers/pci/pcie/aer_inject.c
+++ b/drivers/pci/pcie/aer_inject.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * PCIe AER software error injection support. 3 * PCIe AER software error injection support.
4 * 4 *
5 * Debuging PCIe AER code is quite difficult because it is hard to 5 * Debugging PCIe AER code is quite difficult because it is hard to
6 * trigger various real hardware errors. Software based error 6 * trigger various real hardware errors. Software based error
7 * injection can fake almost all kinds of errors with the help of a 7 * injection can fake almost all kinds of errors with the help of a
8 * user space helper tool aer-inject, which can be gotten from: 8 * user space helper tool aer-inject, which can be gotten from:
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 4a5a84d7bdd4..fb207a22d686 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -382,7 +382,7 @@ struct pci_dev {
382 382
383 unsigned int is_busmaster:1; /* Is busmaster */ 383 unsigned int is_busmaster:1; /* Is busmaster */
384 unsigned int no_msi:1; /* May not use MSI */ 384 unsigned int no_msi:1; /* May not use MSI */
385 unsigned int no_64bit_msi:1; /* May only use 32-bit MSIs */ 385 unsigned int no_64bit_msi:1; /* May only use 32-bit MSIs */
386 unsigned int block_cfg_access:1; /* Config space access blocked */ 386 unsigned int block_cfg_access:1; /* Config space access blocked */
387 unsigned int broken_parity_status:1; /* Generates false positive parity */ 387 unsigned int broken_parity_status:1; /* Generates false positive parity */
388 unsigned int irq_reroute_variant:2; /* Needs IRQ rerouting variant */ 388 unsigned int irq_reroute_variant:2; /* Needs IRQ rerouting variant */
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 70e86148cb1e..0dd239f11e91 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1112,7 +1112,7 @@
1112 1112
1113#define PCI_VENDOR_ID_AL 0x10b9 1113#define PCI_VENDOR_ID_AL 0x10b9
1114#define PCI_DEVICE_ID_AL_M1533 0x1533 1114#define PCI_DEVICE_ID_AL_M1533 0x1533
1115#define PCI_DEVICE_ID_AL_M1535 0x1535 1115#define PCI_DEVICE_ID_AL_M1535 0x1535
1116#define PCI_DEVICE_ID_AL_M1541 0x1541 1116#define PCI_DEVICE_ID_AL_M1541 0x1541
1117#define PCI_DEVICE_ID_AL_M1563 0x1563 1117#define PCI_DEVICE_ID_AL_M1563 0x1563
1118#define PCI_DEVICE_ID_AL_M1621 0x1621 1118#define PCI_DEVICE_ID_AL_M1621 0x1621
@@ -1752,7 +1752,7 @@
1752#define PCI_VENDOR_ID_STALLION 0x124d 1752#define PCI_VENDOR_ID_STALLION 0x124d
1753 1753
1754/* Allied Telesyn */ 1754/* Allied Telesyn */
1755#define PCI_VENDOR_ID_AT 0x1259 1755#define PCI_VENDOR_ID_AT 0x1259
1756#define PCI_SUBDEVICE_ID_AT_2700FX 0x2701 1756#define PCI_SUBDEVICE_ID_AT_2700FX 0x2701
1757#define PCI_SUBDEVICE_ID_AT_2701FX 0x2703 1757#define PCI_SUBDEVICE_ID_AT_2701FX 0x2703
1758 1758
@@ -2550,7 +2550,7 @@
2550#define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700 2550#define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700
2551#define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff 2551#define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff
2552 2552
2553#define PCI_VENDOR_ID_HUAWEI 0x19e5 2553#define PCI_VENDOR_ID_HUAWEI 0x19e5
2554 2554
2555#define PCI_VENDOR_ID_NETRONOME 0x19ee 2555#define PCI_VENDOR_ID_NETRONOME 0x19ee
2556#define PCI_DEVICE_ID_NETRONOME_NFP4000 0x4000 2556#define PCI_DEVICE_ID_NETRONOME_NFP4000 0x4000