[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1242681328.6347.38.camel@localhost.localdomain>
Date: Mon, 18 May 2009 21:15:28 +0000
From: James Bottomley <James.Bottomley@...senPartnership.com>
To: Joe Perches <joe@...ches.com>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org,
Sergei Shtylyov <sshtylyov@...mvista.com>
Subject: Re: [PATCH 0/6] drivers/ide Convert printk(KERN_<foo> to pr_<foo>(
On Mon, 2009-05-18 at 13:59 -0700, Joe Perches wrote:
> On Mon, 2009-05-18 at 15:56 +0000, James Bottomley wrote:
> > What exactly is the point of a mechanical conversion from
> > printk(KERN_ ...) to pr_...?
> >
> > I can see the value of the pr_ macros from new code in that the
> > temptation to put a comma after KERN_.. for some people is irresistible
> > so it's an interface that's very easy to misuse, but given that we have
> > correct uses, why convert them?
>
> Enables easier conversion to dev_<foo> macros
Don't buy this ... this should just be done directly to avoid code
churn.
> Allows easier prefixing via pr_fmt
Buy this, but you need to say what you're proposing for pr_fmt in IDE
for this to make sense.
> Puts back together unnecessarily chopped up format strings
Staying out of this bikeshed colour discussion.
> Standardization is good
We'd only be standardising if printk is deprecated, which I don't think
it is.
> Just for the hell of it
Don't like this ... it's not good for the stability of the code base and
it can cause problems with subsidiary committers by generating
unnecessary patch rejections due to code churn.
James
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists