Re: [PATCH V4 1/6] staging: vt6556: Cleanup trivial coding style issues

2014-07-15 Thread Greg KH
On Mon, Jul 14, 2014 at 09:15:28PM +0200, Peter Senna Tschudin wrote: This patch cleans up the following checkpatch issues: - tabs instead of spaces on the beginning of a line - use correct /* */ comment style - put { and } on the correct places - line over 80 chars - indentation style

[PATCH V4 1/6] staging: vt6556: Cleanup trivial coding style issues

2014-07-14 Thread Peter Senna Tschudin
This patch cleans up the following checkpatch issues: - tabs instead of spaces on the beginning of a line - use correct /* */ comment style - put { and } on the correct places - line over 80 chars - indentation style for multi-line calls / comments - space after semicolon , - new line after