From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755189AbdIDEds (ORCPT ); Mon, 4 Sep 2017 00:33:48 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34674 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbdIDEdr (ORCPT ); Mon, 4 Sep 2017 00:33:47 -0400 X-Google-Smtp-Source: ADKCNb6ZhgBdmHy7lHT+dlLKCw3ds+lQnkO9BqGA0Eq5chTCj/aoGQIpjxaQhwOIkBfaoR+aunB28w== Date: Mon, 4 Sep 2017 13:30:59 +0900 From: Sergey Senozhatsky To: Joe Perches Cc: Sergey Senozhatsky , Steven Rostedt , Sergey Senozhatsky , Linus Torvalds , Pavel Machek , Petr Mladek , Jan Kara , Andrew Morton , Jiri Slaby , Andreas Mohr , Tetsuo Handa , Linux Kernel Mailing List Subject: Re: printk: what is going on with additional newlines? Message-ID: <20170904043059.GA28534@jagdpanzerIV.localdomain> References: <20170828122109.GA532@jagdpanzerIV.localdomain> <20170828124634.GD492@amd> <20170829134048.GA437@jagdpanzerIV.localdomain> <20170829195013.5048dc42@gandalf.local.home> <20170830010348.GB654@jagdpanzerIV.localdomain> <20170829211046.74644c8a@gandalf.local.home> <20170901131656.GA468@tigerII.localdomain> <1504287133.2361.11.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504287133.2361.11.camel@perches.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (09/01/17 10:32), Joe Perches wrote: [..] > > +static inlin __printf(2, 3) __cold > > uncompiled > > > +static int __prbuf_write(struct seq_buf *s, const char *fmt, ...) > > inline > thanks. there is always a missing if (console_trylock()) console_unlock(); in flush() function. -ss