Skip to content

Commit 11395c3

Browse files
Bo Liuvinodkoul
authored andcommitted
phy: qualcomm: Fix typos in comments
Fix typo in the description of the 'succesfully'. Signed-off-by: Bo Liu <liubo03@inspur.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230912114646.8452-1-liubo03@inspur.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 76d2029 commit 11395c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/qualcomm/phy-qcom-apq8064-sata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ static int qcom_apq8064_sata_phy_init(struct phy *generic_phy)
152152
return ret;
153153
}
154154

155-
/* SATA phy calibrated succesfully, power up to functional mode */
155+
/* SATA phy calibrated successfully, power up to functional mode */
156156
writel_relaxed(0x3E, base + SATA_PHY_POW_DWN_CTRL1);
157157
writel_relaxed(0x01, base + SATA_PHY_RX_IMCAL0);
158158
writel_relaxed(0x01, base + SATA_PHY_TX_IMCAL0);

0 commit comments

Comments
 (0)