linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: Fix continuation of of_clk_detect_critical()
@ 2019-12-06 13:34 Geert Uytterhoeven
  2019-12-09  8:14 ` Lee Jones
  2020-02-12 23:39 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2019-12-06 13:34 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Lee Jones; +Cc: linux-clk, Geert Uytterhoeven

The second line of the of_clk_detect_critical() function signature is
not indented according to coding style.

Fixes: d56f8994b6fb928f ("clk: Provide OF helper to mark clocks as CRITICAL")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/clk/clk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 9c5b9419e585f845..06ea776830473c2a 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -4799,8 +4799,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;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-12 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06 13:34 [PATCH] clk: Fix continuation of of_clk_detect_critical() Geert Uytterhoeven
2019-12-09  8:14 ` Lee Jones
2020-02-12 23:39 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).