Commit 6a6c2389 authored by Julia Lawall's avatar Julia Lawall Committed by Stephen Boyd

clk: ti: clkctrl: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220314115354.144023-15-Julia.Lawall@inria.frSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 7cd5c560
...@@ -603,7 +603,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node) ...@@ -603,7 +603,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
/* /*
* The code below can be removed when all clkctrl nodes use domain * The code below can be removed when all clkctrl nodes use domain
* specific compatible proprerty and standard clock node naming * specific compatible property and standard clock node naming
*/ */
if (legacy_naming) { if (legacy_naming) {
provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent); provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent);
......
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