Skip to content

Commit b0294f3

Browse files
rddunlapKAGA-KOKO
authored andcommitted
time: Delete repeated words in comments
Drop repeated words in kernel/time/. {when, one, into} Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: John Stultz <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d60d7de commit b0294f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kernel/time/alarmtimer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static void alarmtimer_dequeue(struct alarm_base *base, struct alarm *alarm)
192192
* When a alarm timer fires, this runs through the timerqueue to
193193
* see which alarms expired, and runs those. If there are more alarm
194194
* timers queued for the future, we set the hrtimer to fire when
195-
* when the next future alarm timer expires.
195+
* the next future alarm timer expires.
196196
*/
197197
static enum hrtimer_restart alarmtimer_fired(struct hrtimer *timer)
198198
{

kernel/time/sched_clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void __init generic_sched_clock_init(void)
229229
{
230230
/*
231231
* If no sched_clock() function has been provided at that point,
232-
* make it the final one one.
232+
* make it the final one.
233233
*/
234234
if (cd.actual_read_sched_clock == jiffy_sched_clock_read)
235235
sched_clock_register(jiffy_sched_clock_read, BITS_PER_LONG, HZ);

kernel/time/timekeeping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk)
20012001
* logarithmic_accumulation - shifted accumulation of cycles
20022002
*
20032003
* This functions accumulates a shifted interval of cycles into
2004-
* into a shifted interval nanoseconds. Allows for O(log) accumulation
2004+
* a shifted interval nanoseconds. Allows for O(log) accumulation
20052005
* loop.
20062006
*
20072007
* Returns the unconsumed cycles.

0 commit comments

Comments
 (0)