diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-18 06:23:01 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-03-19 06:19:46 -0400 |
| commit | e77addc5975e935109a1530ff726d7b42b43392b (patch) | |
| tree | c9f6fcdd38da91cc630c380ddcecbd6c1960401c | |
| parent | cb487c5c0ed3da63b04d9f866fa085a88ce2d0eb (diff) | |
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>
| -rw-r--r-- | drivers/regulator/dbx500-prcmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/dbx500-prcmu.c b/drivers/regulator/dbx500-prcmu.c index f111dfb8d2d7..538478883ae2 100644 --- a/drivers/regulator/dbx500-prcmu.c +++ b/drivers/regulator/dbx500-prcmu.c | |||
| @@ -78,6 +78,7 @@ static struct ux500_regulator_debug { | |||
| 78 | void ux500_regulator_suspend_debug(void) | 78 | void ux500_regulator_suspend_debug(void) |
| 79 | { | 79 | { |
| 80 | int i; | 80 | int i; |
| 81 | |||
| 81 | for (i = 0; i < rdebug.num_regulators; i++) | 82 | for (i = 0; i < rdebug.num_regulators; i++) |
| 82 | rdebug.state_before_suspend[i] = | 83 | rdebug.state_before_suspend[i] = |
| 83 | rdebug.regulator_array[i].is_enabled; | 84 | rdebug.regulator_array[i].is_enabled; |
| @@ -86,6 +87,7 @@ void ux500_regulator_suspend_debug(void) | |||
| 86 | void ux500_regulator_resume_debug(void) | 87 | void ux500_regulator_resume_debug(void) |
| 87 | { | 88 | { |
| 88 | int i; | 89 | int i; |
| 90 | |||
| 89 | for (i = 0; i < rdebug.num_regulators; i++) | 91 | for (i = 0; i < rdebug.num_regulators; i++) |
| 90 | rdebug.state_after_suspend[i] = | 92 | rdebug.state_after_suspend[i] = |
| 91 | rdebug.regulator_array[i].is_enabled; | 93 | rdebug.regulator_array[i].is_enabled; |
