Skip to content

Commit

Permalink
clk: ti: clkctrl: fix typos in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julia Lawall authored and Stephen Boyd committed Mar 15, 2022
1 parent 7cd5c56 commit 6a6c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/ti/clkctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* specific compatible proprerty and standard clock node naming
* specific compatible property and standard clock node naming
*/
if (legacy_naming) {
provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent);
Expand Down

0 comments on commit 6a6c238

Please sign in to comment.