Skip to content

Commit 547bbf7

Browse files
rddunlappmladek
authored andcommitted
kernel: printk: delete repeated words in comments
Drop repeated words "the" in kernel/printk/. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20200807033227.8349-1-rdunlap@infradead.org
1 parent a754292 commit 547bbf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/printk/printk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ void console_unlock(void)
24162416
*
24172417
* console_trylock() is not able to detect the preemptive
24182418
* context reliably. Therefore the value must be stored before
2419-
* and cleared after the the "again" goto label.
2419+
* and cleared after the "again" goto label.
24202420
*/
24212421
do_cond_resched = console_may_schedule;
24222422
again:
@@ -3332,7 +3332,7 @@ EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
33323332
* @len: length of line placed into buffer
33333333
*
33343334
* Start at the end of the kmsg buffer and fill the provided buffer
3335-
* with as many of the the *youngest* kmsg records that fit into it.
3335+
* with as many of the *youngest* kmsg records that fit into it.
33363336
* If the buffer is large enough, all available kmsg records will be
33373337
* copied with a single call.
33383338
*

0 commit comments

Comments
 (0)