Skip to content

Commit be545c7

Browse files
geertubebarino
authored andcommitted
clk: Fix continuation of of_clk_detect_critical()
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]>
1 parent bb6d3fb commit be545c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/clk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4865,8 +4865,8 @@ static int parent_ready(struct device_node *np)
48654865
*
48664866
* Return: error code or zero on success
48674867
*/
4868-
int of_clk_detect_critical(struct device_node *np,
4869-
int index, unsigned long *flags)
4868+
int of_clk_detect_critical(struct device_node *np, int index,
4869+
unsigned long *flags)
48704870
{
48714871
struct property *prop;
48724872
const __be32 *cur;

0 commit comments

Comments
 (0)