Re: [PATCH] kernel: printk: delete repeated words in comments

2020-08-10 Thread Petr Mladek
On Thu 2020-08-06 20:32:27, Randy Dunlap wrote: > Drop repeated words "the" in kernel/printk/. > > Signed-off-by: Randy Dunlap The patch is committed in printk/linux.git, branch for-5.10. Best Regards, Petr

[PATCH] kernel: printk: delete repeated words in comments

2020-08-06 Thread Randy Dunlap
Drop repeated words "the" in kernel/printk/. Signed-off-by: Randy Dunlap Cc: Petr Mladek Cc: Sergey Senozhatsky --- 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/pri