]> Git Repo - linux.git/commitdiff
kernel: printk: delete repeated words in comments
authorRandy Dunlap <[email protected]>
Fri, 7 Aug 2020 03:32:27 +0000 (20:32 -0700)
committerPetr Mladek <[email protected]>
Mon, 10 Aug 2020 15:23:44 +0000 (17:23 +0200)
Drop repeated words "the" in kernel/printk/.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
kernel/printk/printk.c

index 9b75f6bfc3333b9aff77a0f0dc52f5c8e5b67a34..e4987ebe21b4a47c61c3d6bfe34a85141dfdd28c 100644 (file)
@@ -2416,7 +2416,7 @@ void console_unlock(void)
         *
         * console_trylock() is not able to detect the preemptive
         * context reliably. Therefore the value must be stored before
-        * and cleared after the the "again" goto label.
+        * and cleared after the "again" goto label.
         */
        do_cond_resched = console_may_schedule;
 again:
@@ -3332,7 +3332,7 @@ EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
  * @len: length of line placed into buffer
  *
  * Start at the end of the kmsg buffer and fill the provided buffer
- * with as many of the the *youngest* kmsg records that fit into it.
+ * with as many of the *youngest* kmsg records that fit into it.
  * If the buffer is large enough, all available kmsg records will be
  * copied with a single call.
  *
This page took 0.059779 seconds and 4 git commands to generate.