Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: dbx500-prcmu: Silence checkpatch warnings

Silences the following warning type:
WARNING: Missing a blank line after declarations

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Sachin Kamat and committed by
Mark Brown
e77addc5 cb487c5c

+2
+2
drivers/regulator/dbx500-prcmu.c
··· 78 78 void ux500_regulator_suspend_debug(void) 79 79 { 80 80 int i; 81 + 81 82 for (i = 0; i < rdebug.num_regulators; i++) 82 83 rdebug.state_before_suspend[i] = 83 84 rdebug.regulator_array[i].is_enabled; ··· 87 86 void ux500_regulator_resume_debug(void) 88 87 { 89 88 int i; 89 + 90 90 for (i = 0; i < rdebug.num_regulators; i++) 91 91 rdebug.state_after_suspend[i] = 92 92 rdebug.regulator_array[i].is_enabled;