Re: [PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Neil Brown
On Wednesday March 7, [EMAIL PROTECTED] wrote: > > Replace the apparently misspelled preprocessor variable "PRINTK" > with "CONFIG_PRINTK". No, it is meant to be "PRINTK". It dates way way back before my time, but presumably the idea was you could -DPRINTK=something and if you didn't do that, i

Re: [PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Robert P. J. Day
On Wed, 7 Mar 2007, Dave Jones wrote: > On Wed, Mar 07, 2007 at 06:38:32PM -0500, Robert P. J. Day wrote: > > > > Replace the apparently misspelled preprocessor variable "PRINTK" > > with "CONFIG_PRINTK". > > this looks wrong. > > > diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c > >

Re: [PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Dave Jones
On Wed, Mar 07, 2007 at 06:38:32PM -0500, Robert P. J. Day wrote: > > Replace the apparently misspelled preprocessor variable "PRINTK" > with "CONFIG_PRINTK". this looks wrong. > diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c > index 5554ada..0c09772 100644 > --- a/drivers/md/bi

[PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Robert P. J. Day
Replace the apparently misspelled preprocessor variable "PRINTK" with "CONFIG_PRINTK". Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- not sure who the official maintainer here is, sorry. diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 5554ada..0c09772 100644 --- a/dri