From patchwork Wed Aug 21 23:39:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 2847954 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 68A9C9F271 for ; Wed, 21 Aug 2013 23:39:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8A6C7205CD for ; Wed, 21 Aug 2013 23:39:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A3C67205C3 for ; Wed, 21 Aug 2013 23:39:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806Ab3HUXjS (ORCPT ); Wed, 21 Aug 2013 19:39:18 -0400 Received: from mail-oa0-f52.google.com ([209.85.219.52]:37076 "EHLO mail-oa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752369Ab3HUXjR (ORCPT ); Wed, 21 Aug 2013 19:39:17 -0400 Received: by mail-oa0-f52.google.com with SMTP id f4so1199989oah.39 for ; Wed, 21 Aug 2013 16:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:to:from:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; bh=vePI2BAxLD036MpswSWJp0p1bbMgKupcvYXWRJKB5ms=; b=pafkahV2+QKDNCspJw93bRpHN3chEwtXTvqKTCguNRaAd113YyRHNuQaXG2zmC6uYJ 5t3Ku3QIZyBvh6CUAUPLby4hyLdTNjORlcpsGC8GmC2SFBv8OZ/t3JapG77JFlFluJ0K y18ZM4NK/yQEyDt8n1LzbAh3lqMfhuPTi4nYtPTbij8FS/p9HPhhy/BIcRfoaUBGQuG1 OLGpjKiah0N4haSG4e52G46K6lm4SvXBFeo9gTMokQ53I8oZz5zP0dTDErvoWUJzWGHV ZKyS5X3IKvWMWhm/dlI1tLNVpGN9Eb3IeIaOud6ma4NLihKfKz2uowztsikfEO4RLEjj UlmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:subject:to:from:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding; bh=vePI2BAxLD036MpswSWJp0p1bbMgKupcvYXWRJKB5ms=; b=p2dnEaf5qK+X9Ro5uhYMgnEcAq0mta7XG8fPGpdgffcNq0XoNg7Mct0JUpy59Ul/eZ 1rIJbIDr4k6x0qOkvlqDGe6L0OstYklKlYqCM97Nb9s3neIwyKqhwM61AoBSW8kN2bza 3E8PIhN3yzcT2Acuo2S9vyhfMzXl9uxMwgpydwcckL9CqSIa3+WL0mIqgMj6UOmUyNmx dsqfrrlEFuP7rBZmDl2zcAob0lfXGOCA5wSitJbfxPTV8yWCcdzE3AjvtvrOdWA+wjOO IzRo2oryEyHdQCkxYaBTYSihqLfOdgBJwp0e6foBy4vRwB3p0KVdQwI+/GPyofdmaL8k CqsQ== X-Gm-Message-State: ALoCoQlvlz2Py1lqX29YKaUcWCSDC64tq3d3UWPLMe7oe1jPmikGC0ZX9nUz/5k10BnjYAXXmthGNSSKjezVb3XX/pkAQOHbLAE6V5f+I7Hf+bKmLlEk6emcp5/7AnE7bxJ58TLqxRuIBcWchUhitvVkUg83XzHNJ/giv4/XS0yjar1AQ9EghTmrpKsZR7sw83+orreoWLHMG/ayHvJA9H8JjWhydGBhOw== X-Received: by 10.60.115.164 with SMTP id jp4mr10891211oeb.19.1377128357161; Wed, 21 Aug 2013 16:39:17 -0700 (PDT) Received: from localhost ([172.29.122.86]) by mx.google.com with ESMTPSA id rr6sm14007618oeb.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 21 Aug 2013 16:39:16 -0700 (PDT) Subject: [PATCH v7 1/5] PCI: Drop "PCI-E" prefix from Max Payload Size message To: Yijing Wang From: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, Jon Mason , jiang.liu@huawei.com, Hanjun Guo Date: Wed, 21 Aug 2013 17:39:14 -0600 Message-ID: <20130821233914.2300.6269.stgit@bhelgaas-glaptop> In-Reply-To: <20130821233722.2300.81773.stgit@bhelgaas-glaptop> References: <20130821233722.2300.81773.stgit@bhelgaas-glaptop> User-Agent: StGit/0.16 MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-9.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The conventional spelling is "PCIe", but I think even that is superfluous, so remove the whole thing. Signed-off-by: Bjorn Helgaas --- drivers/pci/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 46ada5c..9a33430 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -1596,7 +1596,7 @@ static int pcie_bus_configure_set(struct pci_dev *dev, void *data) pcie_write_mps(dev, mps); pcie_write_mrrs(dev); - dev_info(&dev->dev, "PCI-E Max Payload Size set to %4d/%4d (was %4d), " + dev_info(&dev->dev, "Max Payload Size set to %4d/%4d (was %4d), " "Max Read Rq %4d\n", pcie_get_mps(dev), 128 << dev->pcie_mpss, orig_mps, pcie_get_readrq(dev));