From: Bjorn Helgaas <bhelgaas@google.com>
To: Yijing Wang <wangyijing@huawei.com>
Cc: linux-pci@vger.kernel.org, Jon Mason <jdmason@kudzu.us>,
jiang.liu@huawei.com, Hanjun Guo <guohanjun@huawei.com>
Subject: [PATCH v7 1/5] PCI: Drop "PCI-E" prefix from Max Payload Size message
Date: Wed, 21 Aug 2013 17:39:14 -0600 [thread overview]
Message-ID: <20130821233914.2300.6269.stgit@bhelgaas-glaptop> (raw)
In-Reply-To: <20130821233722.2300.81773.stgit@bhelgaas-glaptop>
The conventional spelling is "PCIe", but I think even that is superfluous,
so remove the whole thing.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
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 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));
next prev parent reply other threads:[~2013-08-21 23:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-21 23:39 [PATCH v7 0/5] Update device MPS Bjorn Helgaas
2013-08-21 23:39 ` Bjorn Helgaas [this message]
2013-08-21 23:39 ` [PATCH v7 2/5] PCI: Simplify pcie_bus_configure_settings() interface Bjorn Helgaas
2013-08-21 23:39 ` [PATCH v7 3/5] PCI: Remove unnecessary check for pcie_get_mps() failure Bjorn Helgaas
2013-08-21 23:39 ` [PATCH v7 4/5] PCI: Simplify MPS test for Downstream Port Bjorn Helgaas
2013-08-21 23:39 ` [PATCH v7 5/5] PCI: Don't restrict MPS for slots below Root Ports Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130821233914.2300.6269.stgit@bhelgaas-glaptop \
--to=bhelgaas@google.com \
--cc=guohanjun@huawei.com \
--cc=jdmason@kudzu.us \
--cc=jiang.liu@huawei.com \
--cc=linux-pci@vger.kernel.org \
--cc=wangyijing@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).