]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0d26b2a39680aa86401d6f98d0b9040214e1cd8
treed4b11ba686452cf7aeab1d3bec53c0bf8514ce89
parent6836425e1c6db0f2dff3d3743d7cc78093f9b585
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