]> Git Repo - linux.git/commitdiff
phy: qualcomm: Fix typos in comments
authorBo Liu <[email protected]>
Tue, 12 Sep 2023 11:46:46 +0000 (07:46 -0400)
committerVinod Koul <[email protected]>
Thu, 21 Sep 2023 14:24:00 +0000 (16:24 +0200)
Fix typo in the description of the 'succesfully'.

Signed-off-by: Bo Liu <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c

index 8814f4322adffb99f1fd0d55af29002ab13fb97a..3642a5d4f2f3b8062cf993e49676a424a33ddd15 100644 (file)
@@ -152,7 +152,7 @@ static int qcom_apq8064_sata_phy_init(struct phy *generic_phy)
                return ret;
        }
 
-       /* SATA phy calibrated succesfully, power up to functional mode */
+       /* SATA phy calibrated successfully, power up to functional mode */
        writel_relaxed(0x3E, base + SATA_PHY_POW_DWN_CTRL1);
        writel_relaxed(0x01, base + SATA_PHY_RX_IMCAL0);
        writel_relaxed(0x01, base + SATA_PHY_TX_IMCAL0);
This page took 0.055464 seconds and 4 git commands to generate.