Commit 9b656879 authored by Julia Lawall's avatar Julia Lawall Committed by Florian Fainelli

soc: bcm: brcmstb: pm: pm-arm: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent f2906aa8
...@@ -721,7 +721,7 @@ static int brcmstb_pm_probe(struct platform_device *pdev) ...@@ -721,7 +721,7 @@ static int brcmstb_pm_probe(struct platform_device *pdev)
ctrl.phy_a_standby_ctrl_offs = ddr_phy_data->phy_a_standby_ctrl_offs; ctrl.phy_a_standby_ctrl_offs = ddr_phy_data->phy_a_standby_ctrl_offs;
ctrl.phy_b_standby_ctrl_offs = ddr_phy_data->phy_b_standby_ctrl_offs; ctrl.phy_b_standby_ctrl_offs = ddr_phy_data->phy_b_standby_ctrl_offs;
/* /*
* Slightly grosss to use the phy ver to get a memc, * Slightly gross to use the phy ver to get a memc,
* offset but that is the only versioned things so far * offset but that is the only versioned things so far
* we can test for. * we can test for.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment