[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877cy3d3ry.fsf@jogness.linutronix.de>
Date: Tue, 03 Jan 2023 16:47:21 +0106
From: John Ogness <john.ogness@...utronix.de>
To: Petr Mladek <pmladek@...e.com>
Cc: Sergey Senozhatsky <senozhatsky@...omium.org>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH printk v3 5/6] printk: introduce
console_get_next_message() and console_message
On 2023-01-02, Petr Mladek <pmladek@...e.com> wrote:
>> if (is_extended) {
>> len = info_print_ext_header(outbuf, outbuf_sz, r.info);
>> len += msg_print_ext_body(outbuf + len, outbuf_sz - len,
>> - &r.text_buf[0], r.info->text_len, &r.info->dev_info);
>> + r.text_buf, r.info->text_len, &r.info->dev_info);
>
> This probably was not intended.
Actually it was. But such a style change is not appropriate here. Sorry
for trying to slip it in.
John
Powered by blists - more mailing lists