projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d2029
)
phy: qualcomm: Fix typos in comments
author
Bo Liu
<liubo03@inspur.com>
Tue, 12 Sep 2023 11:46:46 +0000
(07:46 -0400)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 21 Sep 2023 14:24:00 +0000
(16:24 +0200)
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>
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
b/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
index
8814f43
..
3642a5d
100644
(file)
--- 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 succes
s
fully, 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);