]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: ti: clkctrl: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:38 +0000 (12:53 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 15 Mar 2022 22:48:36 +0000 (15:48 -0700)
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>
drivers/clk/ti/clkctrl.c

index 864c484bde1b4d61b3d8acb7d7120fd1fb4604b7..170cdf9ea8f603c619956d89454f37e2502b0c02 100644 (file)
@@ -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);