kernel/printk/printk_ringbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fix a typo of comment
Signed-off-by: Wang Honghui <honghui.wang@ucas.com.cn>
---
kernel/printk/printk_ringbuffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/printk/printk_ringbuffer.c b/kernel/printk/printk_ringbuffer.c
index 2b7b6ddab4f7..2dc4d5a1f1ff 100644
--- a/kernel/printk/printk_ringbuffer.c
+++ b/kernel/printk/printk_ringbuffer.c
@@ -203,7 +203,7 @@
* prb_rec_init_wr(&r, 5);
*
* // try to extend, but only if it does not exceed 32 bytes
- * if (prb_reserve_in_last(&e, &test_rb, &r, printk_caller_id()), 32) {
+ * if (prb_reserve_in_last(&e, &test_rb, &r, printk_caller_id(), 32)) {
* snprintf(&r.text_buf[r.info->text_len],
* r.text_buf_size - r.info->text_len, "hello");
*
--
2.34.1
On Tue 2022-11-22 16:50:36, Wang Honghui wrote:
> Fix a typo of comment
>
> Signed-off-by: Wang Honghui <honghui.wang@ucas.com.cn>
JFYI, the patch has been committed into printk/linux.git, branch for-6.2.
Best Regards,
Petr
PS: I have added John's Reviewed-by from v1 [1]. This version of the patch
just fixed the typo that John mentioned there
[1] https://lore.kernel.org/r/874jurqt5g.fsf@jogness.linutronix.de
Thanks,Best Regards!Wang Honghui ------------------ Original ------------------From: "Petr Mladek"<pmladek@suse.com>;Date: Tue, Nov 22, 2022 07:16 PMTo: "Wang Honghui"<honghui.wang@ucas.com.cn>; Cc: "Sergey Senozhatsky"<senozhatsky@chromium.org>; "Steven Rostedt"<rostedt@goodmis.org>; "John Ogness"<john.ogness@linutronix.de>; "linux-kernel"<linux-kernel@vger.kernel.org>; Subject: Re: [PATCH V2] printk: fix a typo of comment On Tue 2022-11-22 16:50:36, Wang Honghui wrote:> Fix a typo of comment> > Signed-off-by: Wang Honghui <honghui.wang@ucas.com.cn>JFYI, the patch has been committed into printk/linux.git, branch for-6.2.Best Regards,PetrPS: I have added John's Reviewed-by from v1 [1]. This version of the patch just fixed the typo that John mentioned there[1] https://lore.kernel.org/r/874jurqt5g.fsf@jogness.linutronix.de</honghui.wang@ucas.com.cn></linux-kernel@vger.kernel.org></john.ogness@linutronix.de></rostedt@goodmis.org></senozhatsky@chromium.org></honghui.wang@ucas.com.cn></pmladek@suse.com>
© 2016 - 2026 Red Hat, Inc.