From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id i8si66526wif.1.2015.04.05.03.17.56 for ; Sun, 05 Apr 2015 03:17:56 -0700 (PDT) Date: Sun, 5 Apr 2015 12:17:55 +0200 From: Alexandre Belloni To: Joe Perches Cc: Alessandro Zummo , Joshua Kinard , Chanwoo Choi , Krzysztof Kozlowski , Aaro Koskinen , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: [rtc-linux] Re: [PATCH] rtc: Use more standard kernel logging styles Message-ID: <20150405101755.GT20669@piout.net> References: <1427576976-22353-1-git-send-email-aaro.koskinen@iki.fi> <1427576976-22353-3-git-send-email-aaro.koskinen@iki.fi> <20150401030124.GO3849@piout.net> <1427858308.18175.30.camel@perches.com> <20150401104210.GT3849@piout.net> <1427904771.31790.20.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1427904771.31790.20.camel@perches.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 01/04/2015 at 09:12:51 -0700, Joe Perches wrote : > Neaten the logging a bit by adding #define pr_fmt > > Miscellanea: > > o Remove __FILE__/__func__ uses > o Coalesce formats adding missing spaces > o Align arguments > o (rtc-cmos) Integrated 2 consecutive messages > > Signed-off-by: Joe Perches Acked-by: Alexandre Belloni -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752295AbbDEKR7 (ORCPT ); Sun, 5 Apr 2015 06:17:59 -0400 Received: from down.free-electrons.com ([37.187.137.238]:45328 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751211AbbDEKR6 (ORCPT ); Sun, 5 Apr 2015 06:17:58 -0400 Date: Sun, 5 Apr 2015 12:17:55 +0200 From: Alexandre Belloni To: Joe Perches Cc: Alessandro Zummo , Joshua Kinard , Chanwoo Choi , Krzysztof Kozlowski , Aaro Koskinen , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: Use more standard kernel logging styles Message-ID: <20150405101755.GT20669@piout.net> References: <1427576976-22353-1-git-send-email-aaro.koskinen@iki.fi> <1427576976-22353-3-git-send-email-aaro.koskinen@iki.fi> <20150401030124.GO3849@piout.net> <1427858308.18175.30.camel@perches.com> <20150401104210.GT3849@piout.net> <1427904771.31790.20.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427904771.31790.20.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2015 at 09:12:51 -0700, Joe Perches wrote : > Neaten the logging a bit by adding #define pr_fmt > > Miscellanea: > > o Remove __FILE__/__func__ uses > o Coalesce formats adding missing spaces > o Align arguments > o (rtc-cmos) Integrated 2 consecutive messages > > Signed-off-by: Joe Perches Acked-by: Alexandre Belloni -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com