mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] regulator: dbx500-prcmu: Silence checkpatch warnings
@ 2014-03-18 10:23 Sachin Kamat
  2014-03-18 10:23 ` [PATCH 2/4] regulator: max8660: " Sachin Kamat
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sachin Kamat @ 2014-03-18 10:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: broonie, lgirdwood, sachin.kamat

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

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/regulator/dbx500-prcmu.c |    2 ++
 1 file changed, 2 insertions(+)

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 {
 void ux500_regulator_suspend_debug(void)
 {
 	int i;
+
 	for (i = 0; i < rdebug.num_regulators; i++)
 		rdebug.state_before_suspend[i] =
 			rdebug.regulator_array[i].is_enabled;
@@ -86,6 +87,7 @@ void ux500_regulator_suspend_debug(void)
 void ux500_regulator_resume_debug(void)
 {
 	int i;
+
 	for (i = 0; i < rdebug.num_regulators; i++)
 		rdebug.state_after_suspend[i] =
 			rdebug.regulator_array[i].is_enabled;
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-19  8:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 10:23 [PATCH 1/4] regulator: dbx500-prcmu: Silence checkpatch warnings Sachin Kamat
2014-03-18 10:23 ` [PATCH 2/4] regulator: max8660: " Sachin Kamat
2014-03-18 12:39   ` Mark Brown
2014-03-19  8:14     ` Sachin Kamat
2014-03-18 10:23 ` [PATCH 3/4] regulator: max8925: Silence checkpatch warning Sachin Kamat
2014-03-18 12:40   ` Mark Brown
2014-03-18 10:23 ` [PATCH 4/4] regulator: max8952: " Sachin Kamat
2014-03-18 12:43   ` Mark Brown
2014-03-18 12:38 ` [PATCH 1/4] regulator: dbx500-prcmu: Silence checkpatch warnings Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®