Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

time: Fix spelling mistakes in comments

Correct several typos found in comments across various files in the
kernel/time directory.

No functional changes are introduced by these corrections.

Signed-off-by: Haofeng Li <lihaofeng@kylinos.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Haofeng Li and committed by
Thomas Gleixner
391253b2 b9aa93aa

+4 -4
+1 -1
kernel/time/alarmtimer.c
··· 35 35 36 36 /** 37 37 * struct alarm_base - Alarm timer bases 38 - * @lock: Lock for syncrhonized access to the base 38 + * @lock: Lock for synchronized access to the base 39 39 * @timerqueue: Timerqueue head managing the list of events 40 40 * @get_ktime: Function to read the time correlating to the base 41 41 * @get_timespec: Function to read the namespace time correlating to the base
+1 -1
kernel/time/clocksource.c
··· 144 144 * Default for maximum permissible skew when cs->uncertainty_margin is 145 145 * not specified, and the lower bound even when cs->uncertainty_margin 146 146 * is specified. This is also the default that is used when registering 147 - * clocks with unspecifed cs->uncertainty_margin, so this macro is used 147 + * clocks with unspecified cs->uncertainty_margin, so this macro is used 148 148 * even in CONFIG_CLOCKSOURCE_WATCHDOG=n kernels. 149 149 */ 150 150 #define WATCHDOG_MAX_SKEW (MAX_SKEW_USEC * NSEC_PER_USEC)
+1 -1
kernel/time/hrtimer.c
··· 201 201 /* 202 202 * The offline local CPU can't be the default target if the 203 203 * next remote target event is after this timer. Keep the 204 - * elected new base. An IPI will we issued to reprogram 204 + * elected new base. An IPI will be issued to reprogram 205 205 * it as a last resort. 206 206 */ 207 207 if (!hrtimer_base_is_online(this_cpu_base))
+1 -1
kernel/time/posix-timers.c
··· 534 534 goto out; 535 535 } 536 536 /* 537 - * After succesful copy out, the timer ID is visible to user space 537 + * After successful copy out, the timer ID is visible to user space 538 538 * now but not yet valid because new_timer::signal low order bit is 1. 539 539 * 540 540 * Complete the initialization with the clock specific create