mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
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 <geert+renesas@glider.be> Link: https://lkml.kernel.org/r/20191206133414.23925-1-geert+renesas@glider.be Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
bb6d3fb354
commit
be545c79b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user