From: Julia Lawall Date: Mon, 14 Mar 2022 11:53:38 +0000 (+0100) Subject: clk: ti: clkctrl: fix typos in comments X-Git-Tag: v5.18-rc1~61^2~2^5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a6c2389ddf74c2b204a6900745d7a77abfc22f3;p=thirdparty%2Fkernel%2Flinux.git clk: ti: clkctrl: fix typos in comments Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220314115354.144023-15-Julia.Lawall@inria.fr Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c index 864c484bde1b4..170cdf9ea8f60 100644 --- a/drivers/clk/ti/clkctrl.c +++ b/drivers/clk/ti/clkctrl.c @@ -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);