From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751440Ab0JaEUa (ORCPT ); Sun, 31 Oct 2010 00:20:30 -0400 Received: from mail.perches.com ([173.55.12.10]:3875 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877Ab0JaEU3 (ORCPT ); Sun, 31 Oct 2010 00:20:29 -0400 Subject: Re: [PATCH 1/2] kernel/module.c: Use pr_ and pr_fmt From: Joe Perches To: Arnaud Lacombe Cc: linux-kernel@vger.kernel.org, Rusty Russell In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sat, 30 Oct 2010 21:20:27 -0700 Message-ID: <1288498827.366.183.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2010-10-31 at 00:04 -0400, Arnaud Lacombe wrote: > [not that I'm fond of getting my mailbox full of whitespace patches, but...] > On Sat, Oct 30, 2010 at 7:58 PM, Joe Perches wrote: > > Add missing KERN_CONT to printks > > Convert to pr_ > > Add "#define pr_fmt(fmt) fmt" so pr_ uses are not prefixed. > > Coalesce long formats for easier grep. Mostly it's a way to add #define pr_fmt(fmt) fmt in this file so that a different default for pr_fmt could be used in kernel.h later. This patch was sent to lkml and not directly to you. As you find this stuff uninteresting I suggest you unsubscribe and read LKML using any of the various web services like lkml.org and read only what you find useful.