diff options
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;  |