PCI/ASPM: Rename L1.2-specific functions from 'l1ss' to 'l12'
authorAjay Agarwal <ajayagarwal@google.com>
Thu, 4 May 2023 11:13:00 +0000 (16:43 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 19 May 2023 15:29:40 +0000 (10:29 -0500)
commit05a55d9ca1457295db73f127e39ec3b18f0b32b2
treed6b19c455b6940fed568cca6c1613cce4182f437
parent80950a546089690ff6f02ca15930b9be695a668a
PCI/ASPM: Rename L1.2-specific functions from 'l1ss' to 'l12'

The functions aspm_calc_l1ss_info() and calc_l1ss_pwron() perform
calculations and register programming specific to L1.2 state.  Rename them
to aspm_calc_l12_info() and calc_l12_pwron() respectively.

Link: https://lore.kernel.org/r/20230504111301.229358-5-ajayagarwal@google.com
Signed-off-by: Ajay Agarwal <ajayagarwal@google.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aspm.c