PCI/ASPM: Use 'parent' and 'child' for readability
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 15 Oct 2020 19:30:30 +0000 (14:30 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Oct 2020 16:20:51 +0000 (11:20 -0500)
commit190cd42cc1db1d7c9f3f326e03f74d1c7a3a4588
treec7e1a1125ab0fa3e45bfe4f26940b70daecf727f
parent08e869ee16fa9fdf144839bb204467daa44edcbd
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>
drivers/pci/pcie/aspm.c