From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755468Ab0CDWBV (ORCPT ); Thu, 4 Mar 2010 17:01:21 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:41709 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754520Ab0CDWBT (ORCPT ); Thu, 4 Mar 2010 17:01:19 -0500 Date: Thu, 4 Mar 2010 14:00:47 -0800 From: Andrew Morton To: Joe Perches Cc: linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] printk: Convert pr_ macros to functions Message-Id: <20100304140047.f305c018.akpm@linux-foundation.org> In-Reply-To: <1267738826.12993.57.camel@Joe-Laptop.home> References: <1267629618.8926.73.camel@Joe-Laptop.home> <20100304124943.ce7c1a63.akpm@linux-foundation.org> <1267738192.12993.48.camel@Joe-Laptop.home> <20100304133407.2d5996d7.akpm@linux-foundation.org> <1267738826.12993.57.camel@Joe-Laptop.home> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 04 Mar 2010 13:40:26 -0800 Joe Perches wrote: > What do you think of the %pV use? I don't know what it all ends up looking like.