[PATCH 6/7] drivers/clocksource/timer-of: keep declaration on one line

From: Claudiu Beznea
Date: Tue Sep 10 2019 - 09:50:19 EST


timer_of_init() declaration could be kept on one line (80 chars per
line rule is not broken).

Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
---
drivers/clocksource/timer-of.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/clocksource/timer-of.h b/drivers/clocksource/timer-of.h
index 9fb8c5523150..af72e29e2ea4 100644
--- a/drivers/clocksource/timer-of.h
+++ b/drivers/clocksource/timer-of.h
@@ -84,8 +84,7 @@ static inline unsigned int timer_of_is_clockevent(struct timer_of *to)
(TIMER_OF_TYPE_CE | TIMER_OF_TYPE_CE_AND_CS));
}

-extern int __init timer_of_init(struct device_node *np,
- struct timer_of *to);
+extern int __init timer_of_init(struct device_node *np, struct timer_of *to);

extern void __init timer_of_cleanup(struct timer_of *to);

--
2.7.4