diff options
author | Bo Liu <[email protected]> | 2023-09-12 07:46:46 -0400 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-09-21 16:24:00 +0200 |
commit | 11395c32f9e9e26f2f6281bd916a1161ba42ee6c (patch) | |
tree | af592b9ef311169438302df7b615a0e6cf9dff7d | |
parent | 76d20290d0c66a84a7a40c6231e73d1ab25994e5 (diff) |
phy: qualcomm: Fix typos in comments
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]>
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-apq8064-sata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c b/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c index 8814f4322adf..3642a5d4f2f3 100644 --- a/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c +++ b/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c @@ -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); |