[PATCH] staging: fbtft: fix some coding style issues

2017-02-09 Thread Gioh Kim
There are many coding style issues. I fixed only obvious issues. Fixied issues: - Use 4 digit octal (0777) not decimal permissions - line over 80 characters - Avoid unnecessary line continuations I checked all files were built without error. Signed-off-by: Gioh Kim

[PATCH] staging: fbtft: fix some coding style issues

2017-02-09 Thread Gioh Kim
There are many coding style issues. I fixed only obvious issues. Fixied issues: - Use 4 digit octal (0777) not decimal permissions - line over 80 characters - Avoid unnecessary line continuations I checked all files were built without error. Signed-off-by: Gioh Kim ---

Re: [PATCH] staging: fbtft: fix some coding style issues

2017-02-09 Thread Greg KH
On Thu, Feb 09, 2017 at 12:04:01PM +0100, Gioh Kim wrote: > There are many coding style issues. > I fixed only obvious issues. > Fixied issues: > - Use 4 digit octal (0777) not decimal permissions > - line over 80 characters > - Avoid unnecessary line continuations Again, only do one thing per

Re: [PATCH] staging: fbtft: fix some coding style issues

2017-02-09 Thread Greg KH
On Thu, Feb 09, 2017 at 12:04:01PM +0100, Gioh Kim wrote: > There are many coding style issues. > I fixed only obvious issues. > Fixied issues: > - Use 4 digit octal (0777) not decimal permissions > - line over 80 characters > - Avoid unnecessary line continuations Again, only do one thing per