Re: [PATCH] kernel/cpu.c: fix many errors related to style.

2017-05-06 Thread Joe Perches
On Sat, 2017-05-06 at 17:09 +0200, Matej Dujava wrote: > This patch fixes the checkpatch.pl warning: > ERROR: spaces required around that '=' (ctx:VxW) > WARNING: Block comments use a trailing */ on a separate line > CHECK: Please don't use multiple blank lines > CHECK: Blank lines aren't necessary

[PATCH] kernel/cpu.c: fix many errors related to style.

2017-05-06 Thread Matej Dujava
This patch fixes the checkpatch.pl warning: ERROR: spaces required around that '=' (ctx:VxW) WARNING: Block comments use a trailing */ on a separate line CHECK: Please don't use multiple blank lines CHECK: Blank lines aren't necessary before a close brace '}' CHECK: braces {} should be used on all