commit | 190cd42cc1db1d7c9f3f326e03f74d1c7a3a4588 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 15 14:30:30 2020 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Oct 16 11:20:51 2020 -0500 |
tree | c7e1a1125ab0fa3e45bfe4f26940b70daecf727f | |
parent | 08e869ee16fa9fdf144839bb204467daa44edcbd [diff] |
PCI/ASPM: Use 'parent' and 'child' for readability Other users of link->pdev and link->downstream, e.g., pcie_aspm_cap_init(), pcie_config_aspm_l1ss(), and pcie_config_aspm_link(), use "parent" and "child" as local names. Do the same in aspm_calc_l1ss_info() for readability. No functional change intended. Link: https://lore.kernel.org/r/20201015193039.12585-4-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>