Skip to content

Commit 780f52e

Browse files
jhovoldbjorn-helgaas
authored andcommitted
PCI: qcom: Clean up ASPM comment
Break up the newly added ASPM comment so that it fits within the soft 80 character limit and becomes more readable. Link: https://lore.kernel.org/r/20231128081512.19387-5-johan+linaro@kernel.org Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent f352ce9 commit 780f52e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/pci/controller/dwc/pcie-qcom.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,10 @@ static int qcom_pcie_post_init_2_7_0(struct qcom_pcie *pcie)
968968

969969
static int qcom_pcie_enable_aspm(struct pci_dev *pdev, void *userdata)
970970
{
971-
/* Downstream devices need to be in D0 state before enabling PCI PM substates */
971+
/*
972+
* Downstream devices need to be in D0 state before enabling PCI PM
973+
* substates.
974+
*/
972975
pci_set_power_state(pdev, PCI_D0);
973976
pci_enable_link_state_locked(pdev, PCIE_LINK_STATE_ALL);
974977

0 commit comments

Comments
 (0)