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 /drivers/pci/controller/vmd.c | |
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 'drivers/pci/controller/vmd.c')
-rw-r--r-- | drivers/pci/controller/vmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) * 32-bit resources. __pci_assign_resource() enforces that * artificial restriction to make sure everything will fit. * - * The only way we could use a 64-bit non-prefechable MEMBAR is + * The only way we could use a 64-bit non-prefetchable MEMBAR is * if its address is <4GB so that we can convert it to a 32-bit * resource. To be visible to the host OS, all VMD endpoints must * be initially configured by platform BIOS, which includes setting |