Re: [PATCH] staging: sm750fb: fixing multiple checkpatch errors and warnings

2015-03-19 Thread Dan Carpenter
On Thu, Mar 19, 2015 at 08:26:03PM +0100, Michel von Czettritz wrote: > This patch formats sm750.c to > - correct intendations > - no leading or trailing whitespaces > - no C99 Style comments > - correct braces and spacings for if, for and functions > - no initalisation of static variables to 0 or

[PATCH] staging: sm750fb: fixing multiple checkpatch errors and warnings

2015-03-19 Thread Michel von Czettritz
This patch formats sm750.c to - correct intendations - no leading or trailing whitespaces - no C99 Style comments - correct braces and spacings for if, for and functions - no initalisation of static variables to 0 or NULL - no assignments in if conditions - correct spacings arround pointers and fun