summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-07-12 17:08:41 -0500
committerBjorn Helgaas <bhelgaas@google.com>2019-07-12 17:08:41 -0500
commit7b4b0f6b34d893be569da81ffad865a9d3a7d014 (patch)
tree405cd3e336f3c5c040e8c7c755151f0cabc1e745 /include/linux/pci.h
parent31d5a608b13b7251286699860630d36b0eb1def4 (diff)
parentf6b6aefee70aa5261deec7feab80c249bf58397f (diff)
Merge branch 'pci/trivial'
- Fix typos and whitespace errors (Bjorn Helgaas) * pci/trivial: PCI: Fix typos and whitespace errors
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index bf6ea6fe39ff..c3d7e52ba9e5 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -385,7 +385,7 @@ struct pci_dev {
unsigned int is_busmaster:1; /* Is busmaster */
unsigned int no_msi:1; /* May not use MSI */
- unsigned int no_64bit_msi:1; /* May only use 32-bit MSIs */
+ unsigned int no_64bit_msi:1; /* May only use 32-bit MSIs */
unsigned int block_cfg_access:1; /* Config space access blocked */
unsigned int broken_parity_status:1; /* Generates false positive parity */
unsigned int irq_reroute_variant:2; /* Needs IRQ rerouting variant */