lkml.org 
[lkml]   [2018]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/3] printk: Split the code for storing a message into the log buffer
On (06/27/18 16:08), Petr Mladek wrote:
[..]
> if (dict)
> lflags |= LOG_PREFIX|LOG_NEWLINE;
>
> - printed_len = log_output(facility, level, lflags, dict, dictlen, text, text_len);
> + return log_output(facility, level, lflags,
> + dict, dictlen, text, text_len);
> +}
YAYY!


Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>

-ss

\
 
 \ /
  Last update: 2018-06-28 04:11    [W:0.131 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site