Skip to content

Commit 6a6c238

Browse files
JuliaLawallbebarino
authored andcommitted
clk: ti: clkctrl: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220314115354.144023-15-Julia.Lawall@inria.fr Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 7cd5c56 commit 6a6c238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/ti/clkctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
603603

604604
/*
605605
* The code below can be removed when all clkctrl nodes use domain
606-
* specific compatible proprerty and standard clock node naming
606+
* specific compatible property and standard clock node naming
607607
*/
608608
if (legacy_naming) {
609609
provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent);

0 commit comments

Comments
 (0)