]> Git Repo - linux.git/commitdiff
clk: Fix continuation of of_clk_detect_critical()
authorGeert Uytterhoeven <[email protected]>
Fri, 6 Dec 2019 13:34:14 +0000 (14:34 +0100)
committerStephen Boyd <[email protected]>
Wed, 12 Feb 2020 23:39:40 +0000 (15:39 -0800)
The second line of the of_clk_detect_critical() function signature is
not indented according to coding style.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Lee Jones <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/clk.c

index f0f2b599fd7e90a5faacc1499f28aa058ef79d0d..e42145cd996a1f77993eb0475b1229a15fd57cf1 100644 (file)
@@ -4865,8 +4865,8 @@ static int parent_ready(struct device_node *np)
  *
  * Return: error code or zero on success
  */
-int of_clk_detect_critical(struct device_node *np,
-                                         int index, unsigned long *flags)
+int of_clk_detect_critical(struct device_node *np, int index,
+                          unsigned long *flags)
 {
        struct property *prop;
        const __be32 *cur;
This page took 0.067179 seconds and 4 git commands to generate.