From mboxrd@z Thu Jan 1 00:00:00 1970
From: Paul Osmialowski
Subject: Re: [RFC v2 1/9] printk: move code regarding log message storing format
Date: Tue, 13 Oct 2015 15:57:31 +0200 (CEST)
Message-ID:
References: <1444642157-32618-1-git-send-email-p.osmialowsk@samsung.com>
<1444642157-32618-2-git-send-email-p.osmialowsk@samsung.com>
<1444659628.2258.6.camel@perches.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Return-path:
In-reply-to: <1444659628.2258.6.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
To: Joe Perches
Cc: Jonathan Corbet , Arnd Bergmann , Andrew Morton , Petr Mladek , Greg Kroah-Hartman , Daniel Mack , Kay Sievers , Tejun Heo , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marcin Niesluchowski , Karol Lewandowski , Bartlomiej Zolnierkiewicz , Shuah Khan , Paul Osmialowski
List-Id: linux-api@vger.kernel.org
Hi Joe,
Thanks for your comment. I'll consider that.
Thanks,
Paul
On Mon, 12 Oct 2015, Joe Perches wrote:
> On Mon, 2015-10-12 at 11:29 +0200, Paul Osmialowski wrote:
>> From: Marcin Niesluchowski
>>
>> Preparation commit for future changes purpose.
>>
>> Moves some code responsible for storing log messages in proper format.
>
> Perhaps better still would be to move the code into
> a separate file to reduce the bulk and complexity
> of printk.c
>
>