diff options
-rw-r--r-- | include/linux/hrtimer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index d19a5c2d2270..e7a8d3fa91d5 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -96,12 +96,12 @@ enum hrtimer_restart { | |||
96 | * @function: timer expiry callback function | 96 | * @function: timer expiry callback function |
97 | * @base: pointer to the timer base (per cpu and per clock) | 97 | * @base: pointer to the timer base (per cpu and per clock) |
98 | * @state: state information (See bit values above) | 98 | * @state: state information (See bit values above) |
99 | * @start_pid: timer statistics field to store the pid of the task which | ||
100 | * started the timer | ||
99 | * @start_site: timer statistics field to store the site where the timer | 101 | * @start_site: timer statistics field to store the site where the timer |
100 | * was started | 102 | * was started |
101 | * @start_comm: timer statistics field to store the name of the process which | 103 | * @start_comm: timer statistics field to store the name of the process which |
102 | * started the timer | 104 | * started the timer |
103 | * @start_pid: timer statistics field to store the pid of the task which | ||
104 | * started the timer | ||
105 | * | 105 | * |
106 | * The hrtimer structure must be initialized by hrtimer_init() | 106 | * The hrtimer structure must be initialized by hrtimer_init() |
107 | */ | 107 | */ |