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:
Родитель
bb6d3fb354
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче