| Submitter | Jon Mason |
|---|---|
| Date | Oct. 12, 2012, 5:35 a.m. |
| Message ID | <1350020155-3782-3-git-send-email-jdmason@kudzu.us> |
| Download | mbox | patch |
| Permalink | /patch/191055/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 6b672c1..5a18652 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -1581,7 +1581,7 @@ void pcie_bus_configure_settings(struct pci_bus *bus, u8 mpss) */ case PCIE_BUS_PERFORMANCE: /* 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. */ case PCIE_BUS_PEER2PEER:
Correct minor wording issue in MPS Peer-to-peer comment. Noticed by Don Dutile Signed-off-by: Jon Mason <jdmason@kudzu.us> --- drivers/pci/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)