Re: [PATCH v2 3/3] i2c: s3c2410: Cleanup indentation and comment style

2016-04-25 Thread Wolfram Sang
On Thu, Apr 21, 2016 at 09:04:51AM +0200, Krzysztof Kozlowski wrote: > Improve the readability by: > - fixing indentation, > - switching to proper block comments, > - removing spurious blank lines, > - checkpatch: void function return statements are not generally useful, > - checkpatch: braces

[PATCH v2 3/3] i2c: s3c2410: Cleanup indentation and comment style

2016-04-21 Thread Krzysztof Kozlowski
Improve the readability by: - fixing indentation, - switching to proper block comments, - removing spurious blank lines, - checkpatch: void function return statements are not generally useful, - checkpatch: braces {} are not necessary for any arm of this statement, - checkpatch: missing a