From: Axel Lin Date: Mon, 4 Jun 2012 02:19:18 +0000 (+0800) Subject: regulator: max77686: Fix checkpatch warnings X-Git-Tag: v3.6-rc1~157^2^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74adfee53b8f05b4a9db0848d19399db2cef6cbf;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed