From: Fabio Estevam Date: Wed, 15 Jan 2014 02:52:45 +0000 (-0200) Subject: regulator: pfuze100-regulator: Fix some checkpatch complaints X-Git-Tag: v3.14-rc1~92^2~1^10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b389161fea824b6c87614daa6483ef7632f786;p=pandora-kernel.git regulator: pfuze100-regulator: Fix some checkpatch complaints Fix the following checkpatch error and warning: ERROR: switch and case should be at the same indent #311: FILE: drivers/regulator/pfuze100-regulator.c:311: + switch (value & 0x0f) { [...] + case 0x8: [...] + case 0x0: [...] + default: WARNING: line over 80 characters #312: FILE: drivers/regulator/pfuze100-regulator.c:312: + /* Freescale misprogrammed 1-3% of parts prior to week 8 of 2013 as ID=8 */ Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed