Re: [PATCH 2/2] staging: ks7010: fix coding style

2016-10-25 Thread Greg KH
On Mon, Oct 24, 2016 at 09:50:42PM +0800, Jiong Du wrote: > Fixes all the checkpath errors/warnings for michael_mic.c: > space required before the open brace > no space before tabs > line over 80 characters > space required before the open brace '{' > space required after that c

[PATCH 2/2] staging: ks7010: fix coding style

2016-10-24 Thread Jiong Du
Fixes all the checkpath errors/warnings for michael_mic.c: space required before the open brace no space before tabs line over 80 characters space required before the open brace '{' space required after that close brace '}' space prohibited after that open parenthesis '('