aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDaniel Walker <[email protected]>2006-12-10 02:21:33 -0800
committerLinus Torvalds <[email protected]>2006-12-10 09:57:22 -0800
commitf5f1a24a2caa299bb7d294aee92d7dd3410d9ed7 (patch)
tree499a2687c2e29733974d1721d238c561078b46c5 /include/linux
parent2b0137001de68153203dd3bc20e6d27eb7c9719c (diff)
[PATCH] clocksource: small cleanup
Mostly changing alignment. Just some general cleanup. [[email protected]: build fix] Signed-off-by: Daniel Walker <[email protected]> Acked-by: John Stultz <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clocksource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index d852024ed095..1622d23a8dc3 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -159,7 +159,7 @@ static inline s64 cyc2ns(struct clocksource *cs, cycle_t cycles)
* Unless you're the timekeeping code, you should not be using this!
*/
static inline void clocksource_calculate_interval(struct clocksource *c,
- unsigned long length_nsec)
+ unsigned long length_nsec)
{
u64 tmp;