]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92ded696a711846a95954705d8230cf042262604
treec7e1a1125ab0fa3e45bfe4f26940b70daecf727f
parentfa4219e1a8325ad1fc067437fa90327e06639f3d
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