We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d2029 commit 11395c3Copy full SHA for 11395c3
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
@@ -152,7 +152,7 @@ static int qcom_apq8064_sata_phy_init(struct phy *generic_phy)
152
return ret;
153
}
154
155
- /* SATA phy calibrated succesfully, power up to functional mode */
+ /* 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);
0 commit comments