diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-13 01:08:41 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-13 01:08:41 +0300 |
commit | 7b4b0f6b34d893be569da81ffad865a9d3a7d014 (patch) | |
tree | 405cd3e336f3c5c040e8c7c755151f0cabc1e745 /include/linux/pci.h | |
parent | 31d5a608b13b7251286699860630d36b0eb1def4 (diff) | |
parent | f6b6aefee70aa5261deec7feab80c249bf58397f (diff) | |
download | linux-7b4b0f6b34d893be569da81ffad865a9d3a7d014.tar.xz |
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.h | 2 |
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 */ |