Re: [PATCH] checkpatch: prefer dev_( to dev_printk(KERN_

2013-01-03 Thread Joe Perches
On Thu, 2013-01-03 at 10:08 +, Andy Whitcroft wrote: > On Wed, Jan 02, 2013 at 04:06:34PM -0800, Joe Perches wrote: > > Add YA check to printk style. > > > > dev_ uses are functions and generate smaller > > object code than dev_printk(KERN_. [] > > diff --git a/scripts/checkpatch.pl b/scripts/

Re: [PATCH] checkpatch: prefer dev_( to dev_printk(KERN_

2013-01-03 Thread Andy Whitcroft
On Wed, Jan 02, 2013 at 04:06:34PM -0800, Joe Perches wrote: > Add YA check to printk style. > > dev_ uses are functions and generate smaller > object code than dev_printk(KERN_. > > Signed-off-by: Joe Perches > --- > scripts/checkpatch.pl | 10 ++ > 1 file changed, 10 insertions(+) >

Re: [PATCH] checkpatch: prefer dev_( to dev_printk(KERN_

2013-01-02 Thread Joe Perches
On Wed, 2013-01-02 at 18:34 -0600, Bjorn Helgaas wrote: > On Wed, Jan 2, 2013 at 6:06 PM, Joe Perches wrote: > > Add YA check to printk style. > > > > dev_ uses are functions and generate smaller > > object code than dev_printk(KERN_. [] > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.

Re: [PATCH] checkpatch: prefer dev_( to dev_printk(KERN_

2013-01-02 Thread Bjorn Helgaas
On Wed, Jan 2, 2013 at 6:06 PM, Joe Perches wrote: > Add YA check to printk style. > > dev_ uses are functions and generate smaller > object code than dev_printk(KERN_. > > Signed-off-by: Joe Perches > --- > scripts/checkpatch.pl | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

[PATCH] checkpatch: prefer dev_( to dev_printk(KERN_

2013-01-02 Thread Joe Perches
Add YA check to printk style. dev_ uses are functions and generate smaller object code than dev_printk(KERN_. Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 10 ++ 1 file changed, 10 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 4d2c7df..f50b32d