i2c: s3c2410: Cleanup indentation and comment style
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 21 Apr 2016 07:04:51 +0000 (09:04 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 25 Apr 2016 22:27:18 +0000 (00:27 +0200)
commit0915833bd5f9987fdcdb491da1e75026bae05683
treea9cf643870d2b5307895ba0d27b88f8604141cdc
parentec7c34a4c6c71487a5de4c1b2d47beb2c334aa0d
i2c: s3c2410: Cleanup indentation and comment style

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 blank line after declarations.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-s3c2410.c
This page took 0.133583 seconds and 5 git commands to generate.