Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-10 Thread Joe Perches
On Mon, 2014-03-10 at 09:35 -0700, Sören Brinkmann wrote: > Hi Joe, Hello Sören: > On Sun, 2014-03-09 at 09:07PM -0700, Joe Perches wrote: > > On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: > > > On 7 March 2014 01:34, Soren Brinkmann wrote: > > > > Reformat a printk statement to: > > >

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-10 Thread Sören Brinkmann
Hi Joe, On Sun, 2014-03-09 at 09:07PM -0700, Joe Perches wrote: > On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: > > On 7 March 2014 01:34, Soren Brinkmann wrote: > > > Reformat a printk statement to: > > > - use pr_warn > > > - bring the whole string into a single line in favor of

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-10 Thread Sören Brinkmann
Hi Joe, On Sun, 2014-03-09 at 09:07PM -0700, Joe Perches wrote: On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: On 7 March 2014 01:34, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Reformat a printk statement to: - use pr_warn - bring the whole string into a single line

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-10 Thread Joe Perches
On Mon, 2014-03-10 at 09:35 -0700, Sören Brinkmann wrote: Hi Joe, Hello Sören: On Sun, 2014-03-09 at 09:07PM -0700, Joe Perches wrote: On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: On 7 March 2014 01:34, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Reformat a printk

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Viresh Kumar
On 10 March 2014 12:07, Joe Perches wrote: > On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: >> On 7 March 2014 01:34, Soren Brinkmann wrote: >> > Reformat a printk statement to: >> > - use pr_warn >> > - bring the whole string into a single line in favor of being able to >> >grep

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Joe Perches
On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: > On 7 March 2014 01:34, Soren Brinkmann wrote: > > Reformat a printk statement to: > > - use pr_warn > > - bring the whole string into a single line in favor of being able to > >grep for the message (ignoring the 80 char limit) > > > >

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Viresh Kumar
On 7 March 2014 01:34, Soren Brinkmann wrote: > Reformat a printk statement to: > - use pr_warn > - bring the whole string into a single line in favor of being able to >grep for the message (ignoring the 80 char limit) > > Signed-off-by: Soren Brinkmann > --- > drivers/cpufreq/cpufreq.c |

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Viresh Kumar
On 7 March 2014 01:34, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Reformat a printk statement to: - use pr_warn - bring the whole string into a single line in favor of being able to grep for the message (ignoring the 80 char limit) Signed-off-by: Soren Brinkmann

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Joe Perches
On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: On 7 March 2014 01:34, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Reformat a printk statement to: - use pr_warn - bring the whole string into a single line in favor of being able to grep for the message (ignoring the 80

Re: [PATCH] cpufreq: Reformat printk() statement

2014-03-09 Thread Viresh Kumar
On 10 March 2014 12:07, Joe Perches j...@perches.com wrote: On Mon, 2014-03-10 at 11:53 +0800, Viresh Kumar wrote: On 7 March 2014 01:34, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Reformat a printk statement to: - use pr_warn - bring the whole string into a single line in favor

[PATCH] cpufreq: Reformat printk() statement

2014-03-06 Thread Soren Brinkmann
Reformat a printk statement to: - use pr_warn - bring the whole string into a single line in favor of being able to grep for the message (ignoring the 80 char limit) Signed-off-by: Soren Brinkmann --- drivers/cpufreq/cpufreq.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-)

[PATCH] cpufreq: Reformat printk() statement

2014-03-06 Thread Soren Brinkmann
Reformat a printk statement to: - use pr_warn - bring the whole string into a single line in favor of being able to grep for the message (ignoring the 80 char limit) Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- drivers/cpufreq/cpufreq.c | 7 ++- 1 file changed, 2