linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: printk: delete repeated words in comments
@ 2020-08-07  3:32 Randy Dunlap
  2020-08-10 16:00 ` Petr Mladek
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-08-07  3:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Petr Mladek, Sergey Senozhatsky

Drop repeated words "the" in kernel/printk/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
---
 kernel/printk/printk.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200806.orig/kernel/printk/printk.c
+++ linux-next-20200806/kernel/printk/printk.c
@@ -2461,7 +2461,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:
@@ -3374,7 +3374,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.
  *

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel: printk: delete repeated words in comments
  2020-08-07  3:32 [PATCH] kernel: printk: delete repeated words in comments Randy Dunlap
@ 2020-08-10 16:00 ` Petr Mladek
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Mladek @ 2020-08-10 16:00 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, Sergey Senozhatsky

On Thu 2020-08-06 20:32:27, Randy Dunlap wrote:
> Drop repeated words "the" in kernel/printk/.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

The patch is committed in printk/linux.git, branch for-5.10.

Best Regards,
Petr

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-10 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  3:32 [PATCH] kernel: printk: delete repeated words in comments Randy Dunlap
2020-08-10 16:00 ` Petr Mladek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).