diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-10-16 05:10:28 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-16 20:11:19 +0200 |
commit | 7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487 (patch) | |
tree | 55bd1c88bc92271eea158ea7ded780b80410098a /kernel/jump_label.c | |
parent | kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map() (diff) | |
download | linux-7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487.tar.xz linux-7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487.zip |
kernel/: fix repeated words in comments
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>
Diffstat (limited to 'kernel/jump_label.c')
-rw-r--r-- | kernel/jump_label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c index e661c61b3d6b..015ef903ce8c 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -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) |