PCI: Add "PCIe" to pcie_print_link_status() messages
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 20 Apr 2018 17:56:36 +0000 (12:56 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 20 Apr 2018 17:56:36 +0000 (12:56 -0500)
commit0cf22d6b317ce0103b7d5a47878aa5ef94240433
treed4b11ba686452cf7aeab1d3bec53c0bf8514ce89
parentdd70e51ee01495c1268ee07736352617994aa714
PCI: Add "PCIe" to pcie_print_link_status() messages

Currently the pcie_print_link_status() will print PCIe bandwidth and link
width information but does not mention it is pertaining to the PCIe.  Since
this and related functions are used exclusively by networking drivers today
users may get confused into thinking that it's the NIC bandwidth that is
being talked about.  Insert a "PCIe" into the messages.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c