diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 09:05:58 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-09 08:24:53 -0400 |
commit | f6b6aefee70aa5261deec7feab80c249bf58397f (patch) | |
tree | c568ccd62ca76ac245c3607cee5cbf0c4798ad87 /drivers/pci/controller/vmd.c | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (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>
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) | |||
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 |