Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117629
b: refs/heads/master
c: e1dd7bc
h: refs/heads/master
i:
  117627: 756d3ee
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 20, 2008
1 parent 6286a80 commit fa5fbe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b6a4b7de4cb45ccf7157fc58de09c96f84d67108
refs/heads/master: e1dd7bc58578ebfcaba989608017fe5156c29c86
4 changes: 2 additions & 2 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base)
}

/**
* hrtimer_start_range_ns - (re)start an relative timer on the current CPU
* hrtimer_start_range_ns - (re)start an hrtimer on the current CPU
* @timer: the timer to be added
* @tim: expiry time
* @delta_ns: "slack" range for the timer
Expand Down Expand Up @@ -1022,7 +1022,7 @@ hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, unsigned long delta_n
EXPORT_SYMBOL_GPL(hrtimer_start_range_ns);

/**
* hrtimer_start - (re)start an relative timer on the current CPU
* hrtimer_start - (re)start an hrtimer on the current CPU
* @timer: the timer to be added
* @tim: expiry time
* @mode: expiry mode: absolute (HRTIMER_ABS) or relative (HRTIMER_REL)
Expand Down

0 comments on commit fa5fbe1

Please sign in to comment.