regulator: max77686: Fix checkpatch warnings
authorAxel Lin <axel.lin@gmail.com>
Mon, 4 Jun 2012 02:19:18 +0000 (10:19 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Jun 2012 10:28:21 +0000 (11:28 +0100)
commit74adfee53b8f05b4a9db0848d19399db2cef6cbf
tree0bd912d5d8f6005b02a740305435ead089550286
parent0d032731178d78450296bdf0b27562476594c298
regulator: max77686: Fix checkpatch warnings

Fix below checkpatch warnings:

$ scripts/checkpatch.pl -f drivers/regulator/max77686.c
ERROR: return is not a function, parentheses are not required
+       return (DIV_ROUND_UP(rdev->desc->uV_step

WARNING: line over 80 characters
+       .ops            = &max77686_buck_dvs_ops,                               \

total: 1 errors, 1 warnings, 339 lines checked

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/max77686.c