From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755217AbYKIMpS (ORCPT ); Sun, 9 Nov 2008 07:45:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754650AbYKIMpE (ORCPT ); Sun, 9 Nov 2008 07:45:04 -0500 Received: from ftp.linux-mips.org ([213.58.128.207]:34319 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753668AbYKIMpD (ORCPT ); Sun, 9 Nov 2008 07:45:03 -0500 Date: Sun, 9 Nov 2008 12:44:54 +0000 (GMT) From: "Maciej W. Rozycki" To: Cyrill Gorcunov cc: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Yinghai Lu , linux-kernel@vger.kernel.org Subject: Re: [patch 2/2] x86: apic - use pr_ macros for logging In-Reply-To: <4916c290.0c07560a.4a14.ffffdde9@mx.google.com> Message-ID: References: <20081109105709.222708517@gmail.com>> <4916c290.0c07560a.4a14.ffffdde9@mx.google.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Jan 1970, Cyrill Gorcunov wrote: > Impact: cleanup > > It saves us some sourcse lines and shift > the code a bit righter. > > And a multiline comment style is fixed too :-) > > Signed-off-by: Cyrill Gorcunov > --- > arch/x86/kernel/apic.c | 116 ++++++++++++++++++++++--------------------------- > 1 file changed, 53 insertions(+), 63 deletions(-) Acked-by: Maciej W. Rozycki Thanks, Cyrill -- it was high time to get this done. And, BTW, at the next opportunity please fix up your date -- I think it may confuse some people and/or scripts. Good to know it was a Thursday though. ;) Maciej