summaryrefslogtreecommitdiffstats
path: root/kernel/time
diff options
context:
space:
mode:
authorPratyush Patel <pratyushpatel.1995@gmail.com>2016-06-14 11:00:42 +0200
committerJohn Stultz <john.stultz@linaro.org>2016-06-20 12:47:09 -0700
commitaf4afb40085f04f8b2ea8d28df878f7f0be02f89 (patch)
tree4e4b10c9d665ac71fd2fc5435ec83da81dc6c354 /kernel/time
parent0209b937569a133dedfe930cdfff3a0d1d68c9e9 (diff)
downloadlinux-af4afb40085f04f8b2ea8d28df878f7f0be02f89.tar.gz
linux-af4afb40085f04f8b2ea8d28df878f7f0be02f89.tar.xz
alarmtimer: Fix comments describing structure fields
Updated struct alarm and struct alarm_timer descriptions. Cc: Prarit Bhargava <prarit@redhat.com> Cc: Richard Cochran <richardcochran@gmail.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@kernel.org> Signed-off-by: Pratyush Patel <pratyushpatel.1995@gmail.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'kernel/time')
-rw-r--r--kernel/time/alarmtimer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c
index e840ed867a5d..c3aad685bbc0 100644
--- a/kernel/time/alarmtimer.c
+++ b/kernel/time/alarmtimer.c
@@ -30,7 +30,6 @@
* struct alarm_base - Alarm timer bases
* @lock: Lock for syncrhonized access to the base
* @timerqueue: Timerqueue head managing the list of events
- * @timer: hrtimer used to schedule events while running
* @gettime: Function to read the time correlating to the base
* @base_clockid: clockid for the base
*/