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>

authored by Bo Liu and committed by Vinod Koul 11395c32 76d20290

Changed files
+1 -1
drivers
+1 -1
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
··· 152 return ret; 153 } 154 155 - /* SATA phy calibrated succesfully, power up to functional mode */ 156 writel_relaxed(0x3E, base + SATA_PHY_POW_DWN_CTRL1); 157 writel_relaxed(0x01, base + SATA_PHY_RX_IMCAL0); 158 writel_relaxed(0x01, base + SATA_PHY_TX_IMCAL0);
··· 152 return ret; 153 } 154 155 + /* SATA phy calibrated successfully, power up to functional mode */ 156 writel_relaxed(0x3E, base + SATA_PHY_POW_DWN_CTRL1); 157 writel_relaxed(0x01, base + SATA_PHY_RX_IMCAL0); 158 writel_relaxed(0x01, base + SATA_PHY_TX_IMCAL0);