posix-cpu-timers: Fixup stale comment
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Aug 2019 14:31:45 +0000 (16:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 20 Aug 2019 20:09:53 +0000 (22:09 +0200)
commit7cb9a94c158b956f46cf093ed966d0c1e996dddb
tree6795d5b6b98535ad868d2ae400d45d4187dfa632
parent3758b0f86ef502e2f342055caef6d2232c2558b7
posix-cpu-timers: Fixup stale comment

The comment above cleanup_timers() is outdated. The timers are only removed
from the task/process list heads but not modified in any other way.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190819143801.747233612@linutronix.de
kernel/time/posix-cpu-timers.c