From patchwork Fri Oct 12 05:35:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Mason X-Patchwork-Id: 1585341 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 91174DFF71 for ; Fri, 12 Oct 2012 05:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755616Ab2JLFf4 (ORCPT ); Fri, 12 Oct 2012 01:35:56 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:59788 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182Ab2JLFfz (ORCPT ); Fri, 12 Oct 2012 01:35:55 -0400 Received: by mail-pa0-f46.google.com with SMTP id hz1so2496249pad.19 for ; Thu, 11 Oct 2012 22:35:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=BzIOE5o8RNdmexgCWGlnjPw4TkDgm80JH7UFDnk3xUc=; b=e1OsLp7P9r9kep4XKRO7Ni2zK/a+e8/PZtvWPMo0vJFzIVF+K1MDL673E1Q/Y/mJ4/ 5aDm6vePQE1UhhoQ6Oqokb32v+yFdotJM9Up9yv7Q1JaaJp6FkvCWYsFV452X6hqnQp1 0MnRpCSjAXM5ignzrjTbtTCrX/5FqvzUUWeC7NMgzMob4XWPZSbpg8O6A5xcMXQDZpKp xoSaQE1TTSGkFucdoPLWr44LVFVa5V9PwY98kzdmdytSJOIenRvY3QZDzDRvDQkyZfIy OoWnWq7vklrRltHhzfMGr8vRI2MOeZa5tU+HWl+wPLUdHoMFRiXOpd1dTz46fkzsD3Dp FqeA== Received: by 10.66.90.33 with SMTP id bt1mr8361985pab.49.1350020155297; Thu, 11 Oct 2012 22:35:55 -0700 (PDT) Received: from scylla (174-26-23-139.phnx.qwest.net. [174.26.23.139]) by mx.google.com with ESMTPS id m5sm3781829pax.10.2012.10.11.22.35.53 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Oct 2012 22:35:54 -0700 (PDT) Received: by scylla (sSMTP sendmail emulation); Thu, 11 Oct 2012 22:36:07 -0700 From: Jon Mason To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, Jon Mason Subject: [PATCH 2/3] PCI: Fix comment syntax Date: Thu, 11 Oct 2012 22:35:54 -0700 Message-Id: <1350020155-3782-3-git-send-email-jdmason@kudzu.us> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350020155-3782-1-git-send-email-jdmason@kudzu.us> References: <1350020155-3782-1-git-send-email-jdmason@kudzu.us> X-Gm-Message-State: ALoCoQkoPAbs0WPnPDPI3L12qjQUkKvOVOH39NlwiSCT9e+v4sKb08gco0ZXJV8ubaaIZqhWXZ/J Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Correct minor wording issue in MPS Peer-to-peer comment. Noticed by Don Dutile Signed-off-by: Jon Mason --- drivers/pci/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: