diff options
author | Jon Mason <jdmason@kudzu.us> | 2013-08-26 16:33:05 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-08-26 11:21:44 -0600 |
commit | 3315472c474af8e1c2beb40d980dfc92f03e4d8e (patch) | |
tree | 5a332eaa1139b5f114bbb774b9228b559fba32e1 /drivers/pci | |
parent | d4aa68f614201e9fbf74e8b9593bb2ec94061dd3 (diff) | |
download | linux-3315472c474af8e1c2beb40d980dfc92f03e4d8e.tar.bz2 |
PCI: Fix MPS peer-to-peer DMA comment syntax
Correct minor wording issue in MPS peer-to-peer comment. Noticed by Don
Dutile.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 94b1d227ddcd..94c5a77ce853 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -1620,7 +1620,7 @@ void pcie_bus_configure_settings(struct pci_bus *bus) return; /* FIXME - Peer to peer DMA is possible, though the endpoint would need - * to be aware to the MPS of the destination. To work around this, + * to be aware of the MPS of the destination. To work around this, * simply force the MPS of the entire system to the smallest possible. */ if (pcie_bus_config == PCIE_BUS_PEER2PEER) |