posix-cpu-timers: Fix two trivial comments
authorYi Wang <wang.yi59@zte.com.cn>
Mon, 21 Oct 2019 07:44:12 +0000 (15:44 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 23 Oct 2019 12:48:24 +0000 (14:48 +0200)
commit7f2cbcbcafbca5360efbd175b3320852b8f7c637
tree1bb662f4081e1e3c1e9352ca22f0394c288f11a1
parent086ee46b08634a999bcd1707eabe3b0dc1806674
posix-cpu-timers: Fix two trivial comments

Recent changes modified the function arguments of
thread_group_sample_cputime() and task_cputimers_expired(), but forgot to
update the comments. Fix it up.

[ tglx: Changed the argument name of task_cputimers_expired() as the pointer
   points to an array of samples. ]

Fixes: b7be4ef1365d ("posix-cpu-timers: Switch thread group sampling to array")
Fixes: 001f7971433a ("posix-cpu-timers: Make expiry checks array based")
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1571643852-21848-1-git-send-email-wang.yi59@zte.com.cn
kernel/time/posix-cpu-timers.c