lkml.org 
[lkml]   [2019]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 6/7] drivers/clocksource/timer-of: keep declaration on one line
Date
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@microchip.com>
---
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
\
 
 \ /
  Last update: 2019-09-10 15:51    [W:2.091 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site