]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
kernel/: fix repeated words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 16 Oct 2020 03:10:28 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:19 +0000 (11:11 -0700)
Fix multiple occurrences of duplicated words in kernel/.

Fix one typo/spello on the same line as a duplicate word.  Change one
instance of "the the" to "that the".  Otherwise just drop one of the
repeated words.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/98202fa6-8919-ef63-9efe-c0fad5ca7af1@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15 files changed:
kernel/acct.c
kernel/cgroup/cpuset.c
kernel/dma/direct.c
kernel/fork.c
kernel/futex.c
kernel/irq/timings.c
kernel/jump_label.c
kernel/kcsan/encoding.h
kernel/kexec_core.c
kernel/kthread.c
kernel/livepatch/state.c
kernel/pid_namespace.c
kernel/power/snapshot.c
kernel/smp.c
kernel/user_namespace.c

index b0c5b3a9f5af6cb4b4dce56026eada1843419ac4..a1b3cf7b3c4b84df77a0e78227b4da2f9580248f 100644 (file)
@@ -25,7 +25,7 @@
  *  Now we silently close acct_file on attempt to reopen. Cleaned sys_acct().
  *  XTerms and EMACS are manifestations of pure evil. 21/10/98, AV.
  *
- *  Fixed a nasty interaction with with sys_umount(). If the accointing
+ *  Fixed a nasty interaction with sys_umount(). If the accounting
  *  was suspeneded we failed to stop it on umount(). Messy.
  *  Another one: remount to readonly didn't stop accounting.
  *     Question: what should we do if we have CAP_SYS_ADMIN but not
index 642415b8c3c9e9295170afde97169b019b7479c0..57b5b5d0a5fdd9a2dae699dffb3d60ef88a0f6fb 100644 (file)
@@ -390,7 +390,7 @@ static void guarantee_online_cpus(struct cpuset *cs, struct cpumask *pmask)
                         * The top cpuset doesn't have any online cpu as a
                         * consequence of a race between cpuset_hotplug_work
                         * and cpu hotplug notifier.  But we know the top
-                        * cpuset's effective_cpus is on its way to to be
+                        * cpuset's effective_cpus is on its way to be
                         * identical to cpu_online_mask.
                         */
                        cpumask_copy(pmask, cpu_online_mask);
index b92d08e65999db23b279c7d4f2daebf519700c0a..06c111544f61d630c79d722111e8b0e573de8782 100644 (file)
@@ -16,7 +16,7 @@
 #include "direct.h"
 
 /*
- * Most architectures use ZONE_DMA for the first 16 Megabytes, but some use it
+ * Most architectures use ZONE_DMA for the first 16 Megabytes, but some use
  * it for entirely different regions. In that case the arch code needs to
  * override the variable below for dma-direct to work properly.
  */
index e0f74be1423cca0eb15c78354bd3ae228c85cffc..32083db7a2a23e93bf2ed9786c92769a0e9c7136 100644 (file)
@@ -2189,7 +2189,7 @@ static __latent_entropy struct task_struct *copy_process(
 
        /*
         * Ensure that the cgroup subsystem policies allow the new process to be
-        * forked. It should be noted the the new process's css_set can be changed
+        * forked. It should be noted that the new process's css_set can be changed
         * between here and cgroup_post_fork() if an organisation operation is in
         * progress.
         */
index a5876694a60eb89da245d04d6dcd0123ded86ddd..680854dcf1561f918dbcbc8d99a8187a146685a4 100644 (file)
@@ -916,7 +916,7 @@ static inline void exit_pi_state_list(struct task_struct *curr) { }
  * [10] Found  | Found    | task      | !=taskTID | 0/1    | Invalid
  *
  * [1] Indicates that the kernel can acquire the futex atomically. We
- *     came came here due to a stale FUTEX_WAITERS/FUTEX_OWNER_DIED bit.
+ *     came here due to a stale FUTEX_WAITERS/FUTEX_OWNER_DIED bit.
  *
  * [2] Valid, if TID does not belong to a kernel thread. If no matching
  *      thread is found then it indicates that the owner TID has died.
index e960d7ce7bcced7c03f9c1dca69c3e1e516ed062..773b6105c4aea2843afb3f49313e4dff768af1c0 100644 (file)
@@ -604,7 +604,7 @@ int irq_timings_alloc(int irq)
 
        /*
         * Some platforms can have the same private interrupt per cpu,
-        * so this function may be be called several times with the
+        * so this function may be called several times with the
         * same interrupt number. Just bail out in case the per cpu
         * stat structure is already allocated.
         */
index e661c61b3d6bcb16654108d67332286fef2cc118..015ef903ce8cca923a2881b723476194d4f5c0f7 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/cpu.h>
 #include <asm/sections.h>
 
-/* mutex to protect coming/going of the the jump_label table */
+/* mutex to protect coming/going of the jump_label table */
 static DEFINE_MUTEX(jump_label_mutex);
 
 void jump_label_lock(void)
index f03562aaf2eb464d00ecf0fb0d6e6088578db57d..1a6db2f797ac4a5ef14c695734327fbf9ee19a7f 100644 (file)
@@ -32,7 +32,7 @@
  *     1. different addresses but with the same encoded address race;
  *     2. and both map onto the same watchpoint slots;
  *
- * Both these are assumed to be very unlikely. However, in case it still happens
+ * Both these are assumed to be very unlikely. However, in case it still
  * happens, the report logic will filter out the false positive (see report.c).
  */
 #define WATCHPOINT_ADDR_BITS (BITS_PER_LONG-1 - WATCHPOINT_SIZE_BITS)
index c5e5e5a1153544617099aa5ec43b0d1416842045..8798a8183974e3b3d52ac53dc4b981f4055f0b52 100644 (file)
@@ -109,7 +109,7 @@ EXPORT_SYMBOL_GPL(kexec_crash_loaded);
  * defined more restrictively in <asm/kexec.h>.
  *
  * The code for the transition from the current kernel to the
- * the new kernel is placed in the control_code_buffer, whose size
+ * new kernel is placed in the control_code_buffer, whose size
  * is given by KEXEC_CONTROL_PAGE_SIZE.  In the best case only a single
  * page of memory is necessary, but some architectures require more.
  * Because this memory must be identity mapped in the transition from
index 3edaa380dc7b41e60f0b8b4d575ed520edf0e402..e29773c82b70c26fff598f864642f7dee010efab 100644 (file)
@@ -775,7 +775,7 @@ EXPORT_SYMBOL(kthread_create_worker);
 
 /**
  * kthread_create_worker_on_cpu - create a kthread worker and bind it
- *     it to a given CPU and the associated NUMA node.
+ *     to a given CPU and the associated NUMA node.
  * @cpu: CPU number
  * @flags: flags modifying the default behavior of the worker
  * @namefmt: printf-style name for the kthread worker (task).
index 7ee19476de9d1cad3ba027c6f1b53cdd18040e0c..2565d039ade0ad8ad072a0c6ff059030ec0cdd46 100644 (file)
@@ -55,7 +55,7 @@ EXPORT_SYMBOL_GPL(klp_get_state);
  *
  * The function can be called only during transition when a new
  * livepatch is being enabled or when such a transition is reverted.
- * It is typically called only from from pre/post (un)patch
+ * It is typically called only from pre/post (un)patch
  * callbacks.
  *
  * Return: pointer to the latest struct klp_state from already
index ac135bd600eb1caaae51b974018abaa40c0dda00..9de21803a8ae2b8e49b550069647489895f11cbb 100644 (file)
@@ -233,7 +233,7 @@ void zap_pid_ns_processes(struct pid_namespace *pid_ns)
         * to pid_ns->child_reaper.  Thus pidns->child_reaper needs to
         * stay valid until they all go away.
         *
-        * The code relies on the the pid_ns->child_reaper ignoring
+        * The code relies on the pid_ns->child_reaper ignoring
         * SIGCHILD to cause those EXIT_ZOMBIE processes to be
         * autoreaped if reparented.
         *
index d25749bce7cf889444559b57c9aae83e4a77c184..46b1804c1ddf7c22e81a21bd44b299899ddc069a 100644 (file)
@@ -735,7 +735,7 @@ zone_found:
         */
 
        /*
-        * If the zone we wish to scan is the the current zone and the
+        * If the zone we wish to scan is the current zone and the
         * pfn falls into the current node then we do not need to walk
         * the tree.
         */
index d0ae8eb6bf8b41df14e24187bf42d2d97a078edc..d9832a17104690c92755b4fa262ae99f2d60e9f6 100644 (file)
@@ -741,7 +741,7 @@ EXPORT_SYMBOL(on_each_cpu_mask);
  * for all the required CPUs to finish. This may include the local
  * processor.
  * @cond_func: A callback function that is passed a cpu id and
- *             the the info parameter. The function is called
+ *             the info parameter. The function is called
  *             with preemption disabled. The function should
  *             return a blooean value indicating whether to IPI
  *             the specified CPU.
index 87804e0371fe19b91a9e6e7d5092cd9814104531..e703d5d9cbe8e66121af6b14d4855ed44472576d 100644 (file)
@@ -515,7 +515,7 @@ EXPORT_SYMBOL(from_kgid_munged);
  *
  *     When there is no mapping defined for the user-namespace projid
  *     pair INVALID_PROJID is returned.  Callers are expected to test
- *     for and handle handle INVALID_PROJID being returned.  INVALID_PROJID
+ *     for and handle INVALID_PROJID being returned.  INVALID_PROJID
  *     may be tested for using projid_valid().
  */
 kprojid_t make_kprojid(struct user_namespace *ns, projid_t projid)