Re: [PATCH v2] init: calibrate: fix style issues

2014-12-08 Thread Joe Perches
On Mon, 2014-12-08 at 21:56 +0100, Rasmus Wriedt Larsen wrote: > Wanted to bump this patch, as nothing has happened in a long time. Maybe you need to expand the recipient list. Andrew Morton sometimes picks up patches like this. Sometimes Jiri Kosina, the trivial maintainer, does. Both have been a

Re: [PATCH v2] init: calibrate: fix style issues

2014-12-08 Thread Rasmus Wriedt Larsen
Wanted to bump this patch, as nothing has happened in a long time. As this is my first linux patch, I was quite hoping to get it accepted :) On 13/10/14 12:12, Rasmus Wriedt Larsen wrote: > * fix multiple quoted string split across lines style issues > * change printk(KERN_NOTICE to pr_notice > *

[PATCH v2] init: calibrate: fix style issues

2014-10-13 Thread Rasmus Wriedt Larsen
* fix multiple quoted string split across lines style issues * change printk(KERN_NOTICE to pr_notice * insert spaces after , in function call * change two line pr_notice msg to one line (credit: Joe Perches) Signed-off-by: Rasmus Wriedt Larsen --- init/calibrate.c | 35 ++---