Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel

[PATCH] regulator: core.c: Small coding style cleanup (indentation fixup)

 

 

Linux kernel RSS feed   Index | Next | Previous | View Threaded


sr at denx

Nov 27, 2009, 6:56 AM

Post #1 of 2 (142 views)
Permalink
[PATCH] regulator: core.c: Small coding style cleanup (indentation fixup)

Signed-off-by: Stefan Roese <sr [at] denx>
Cc: Liam Girdwood <lrg [at] slimlogic>
Cc: Mark Brown <broonie [at] opensource>
---
drivers/regulator/core.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index efe568d..65f819a 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -388,7 +388,7 @@ static ssize_t regulator_total_uA_show(struct device *dev,

mutex_lock(&rdev->mutex);
list_for_each_entry(regulator, &rdev->consumer_list, list)
- uA += regulator->uA_load;
+ uA += regulator->uA_load;
mutex_unlock(&rdev->mutex);
return sprintf(buf, "%d\n", uA);
}
@@ -563,7 +563,7 @@ static void drms_uA_update(struct regulator_dev *rdev)

/* calc total requested load */
list_for_each_entry(sibling, &rdev->consumer_list, list)
- current_uA += sibling->uA_load;
+ current_uA += sibling->uA_load;

/* now get the optimum mode for our new total regulator load */
mode = rdev->desc->ops->get_optimum_mode(rdev, input_uV,
@@ -1783,7 +1783,7 @@ int regulator_set_optimum_mode(struct regulator *regulator, int uA_load)

/* calc total requested load for this regulator */
list_for_each_entry(consumer, &rdev->consumer_list, list)
- total_uA_load += consumer->uA_load;
+ total_uA_load += consumer->uA_load;

mode = rdev->desc->ops->get_optimum_mode(rdev,
input_uV, output_uV,
@@ -1852,9 +1852,9 @@ static void _notifier_call_chain(struct regulator_dev *rdev,

/* now notify regulator we supply */
list_for_each_entry(_rdev, &rdev->supply_list, slist) {
- mutex_lock(&_rdev->mutex);
- _notifier_call_chain(_rdev, event, data);
- mutex_unlock(&_rdev->mutex);
+ mutex_lock(&_rdev->mutex);
+ _notifier_call_chain(_rdev, event, data);
+ mutex_unlock(&_rdev->mutex);
}
}

--
1.6.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


lrg at slimlogic

Nov 27, 2009, 10:18 AM

Post #2 of 2 (123 views)
Permalink
Re: [PATCH] regulator: core.c: Small coding style cleanup (indentation fixup) [In reply to]

On Fri, 2009-11-27 at 15:56 +0100, Stefan Roese wrote:
> Signed-off-by: Stefan Roese <sr [at] denx>
> Cc: Liam Girdwood <lrg [at] slimlogic>
> Cc: Mark Brown <broonie [at] opensource>
> ---
> drivers/regulator/core.c | 12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>

Applied.

Thanks

Liam

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Linux kernel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.