[PATCH] phy: qualcomm: Fix typos in comments

Bo Liu posted 1 patch 2 years, 3 months ago
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] phy: qualcomm: Fix typos in comments
Posted by Bo Liu 2 years, 3 months ago
Fix typo in the description of the 'succesfully'.

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 drivers/phy/qualcomm/phy-qcom-apq8064-sata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.27.0
Re: [PATCH] phy: qualcomm: Fix typos in comments
Posted by Vinod Koul 2 years, 2 months ago
On Tue, 12 Sep 2023 07:46:46 -0400, Bo Liu wrote:
> Fix typo in the description of the 'succesfully'.
> 
> 

Applied, thanks!

[1/1] phy: qualcomm: Fix typos in comments
      commit: 11395c32f9e9e26f2f6281bd916a1161ba42ee6c

Best regards,
-- 
~Vinod
Re: [PATCH] phy: qualcomm: Fix typos in comments
Posted by Konrad Dybcio 2 years, 3 months ago
On 12.09.2023 13:46, Bo Liu wrote:
> Fix typo in the description of the 'succesfully'.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad