]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lspci: Label PCIe LnkCap "L0s Exit Latency" as "L0s", not "L0"
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Sep 2013 23:13:45 +0000 (17:13 -0600)
committerMartin Mares <mj@ucw.cz>
Sun, 10 Nov 2013 11:32:55 +0000 (12:32 +0100)
commit1e6e1d901ea9f21541644e9b95762bda63377759
treed4ba2e16f4794fa56fe9681ac7df05a9e59de3e4
parent17ebd1d1157a742093da20dabc83756db405742e
lspci: Label PCIe LnkCap "L0s Exit Latency" as "L0s", not "L0"

The PCIe Link Capabilities "L0s Exit Latency" is the latency to exit
L0s, not L0, so label it "L0s" instead of "L0".  This matches the
way we label the Device Capabilities "Endpoint L0s Acceptable Latency"
field as "Latency L0s".  This also adds "Exit" to the description to
help distinguish it from the "Acceptable Latency" fields in the
Device Capabilities register.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
ls-caps.c