diff options
author | Daniel Walker <dwalker@mvista.com> | 2006-12-10 02:21:33 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 09:57:22 -0800 |
commit | f5f1a24a2caa299bb7d294aee92d7dd3410d9ed7 (patch) | |
tree | 499a2687c2e29733974d1721d238c561078b46c5 /include/linux/clocksource.h | |
parent | 2b0137001de68153203dd3bc20e6d27eb7c9719c (diff) | |
download | linux-3.10-f5f1a24a2caa299bb7d294aee92d7dd3410d9ed7.tar.gz linux-3.10-f5f1a24a2caa299bb7d294aee92d7dd3410d9ed7.tar.bz2 linux-3.10-f5f1a24a2caa299bb7d294aee92d7dd3410d9ed7.zip |
[PATCH] clocksource: small cleanup
Mostly changing alignment. Just some general cleanup.
[akpm@osdl.org: build fix]
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Acked-by: John Stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index d852024ed09..1622d23a8dc 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; |