Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11834
b: refs/heads/master
c: 15d2bac
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 31, 2005
1 parent 13a0ca4 commit f526377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ca7d93bb27876e5fd4ebfcb3b00627107bdad4d
refs/heads/master: 15d2bace5ec907530a3d0e0cf4bb1bd29f3ad7b7
3 changes: 2 additions & 1 deletion trunk/include/linux/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ extern unsigned long next_timer_interrupt(void);
* Timers with an ->expired field in the past will be executed in the next
* timer tick.
*/
static inline void add_timer(struct timer_list * timer)
static inline void add_timer(struct timer_list *timer)
{
BUG_ON(timer_pending(timer));
__mod_timer(timer, timer->expires);
}

Expand Down

0 comments on commit f526377

Please sign in to comment.