Re: [PATCH] kernel: time: delete repeated words in comments
On Thu, Aug 6, 2020 at 8:32 PM Randy Dunlap wrote: > > Drop repeated words in kernel/time/. > {when, one, into} > Acked-by: John Stultz (I'm sure I'm to blame) thanks -john
[PATCH] kernel: time: delete repeated words in comments
Drop repeated words in kernel/time/. {when, one, into} Signed-off-by: Randy Dunlap Cc: John Stultz Cc: Thomas Gleixner --- kernel/time/alarmtimer.c |2 +- kernel/time/sched_clock.c |2 +- kernel/time/timekeeping.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- linux-