Re: [PATCH] sound: sound_core: Reduce checkpatch noise

2014-03-10 Thread Takashi Iwai
At Mon, 10 Mar 2014 16:28:14 -0700, Joe Perches wrote: > > Mostly whitespace cleanups (spaces around operators, remove > trailing spaces and unnecessary blank lines, etc) and > > o Reduce indent of switch/case labels > o Use pr_ for printks, add pr_fmt > o Move braces to appropriate locations > o

[PATCH] sound: sound_core: Reduce checkpatch noise

2014-03-10 Thread Joe Perches
Mostly whitespace cleanups (spaces around operators, remove trailing spaces and unnecessary blank lines, etc) and o Reduce indent of switch/case labels o Use pr_ for printks, add pr_fmt o Move braces to appropriate locations o Wrap arguments to 80 columns o Remove unnecessary braces Mostly done w