Re: [PATCH printk v3 5/6] printk: introduce console_get_next_message() and console_message

From: John Ogness
Date: Tue Jan 03 2023 - 10:42:16 EST


On 2023-01-02, Petr Mladek <pmladek@xxxxxxxx> 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