summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/ab8500_bmdata.c
diff options
context:
space:
mode:
authorMunir Contractor2017-02-20 00:19:53 +0100
committerSebastian Reichel2017-04-14 01:41:34 +0200
commitd71472465a883b37c52283c96fa0f924127a2e71 (patch)
treec9ce3be5131e3ddc32a96ee3251c237d32d4feba /drivers/power/supply/ab8500_bmdata.c
parentpower: supply: bq25890: Use gpiod_get() (diff)
downloadkernel-qcow2-linux-d71472465a883b37c52283c96fa0f924127a2e71.tar.gz
kernel-qcow2-linux-d71472465a883b37c52283c96fa0f924127a2e71.tar.xz
kernel-qcow2-linux-d71472465a883b37c52283c96fa0f924127a2e71.zip
power: supply: ab8500: Replaced spaces with tabs in indent
This patch fixes 4 checkpatch.pl errors on lines 433 to 436: ERROR: code indent should use tabs where possible Signed-off-by: Munir Contractor <munircontractor@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/supply/ab8500_bmdata.c')
-rw-r--r--drivers/power/supply/ab8500_bmdata.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/power/supply/ab8500_bmdata.c b/drivers/power/supply/ab8500_bmdata.c
index d29864533093..8c49586015d0 100644
--- a/drivers/power/supply/ab8500_bmdata.c
+++ b/drivers/power/supply/ab8500_bmdata.c
@@ -430,10 +430,10 @@ static const struct abx500_maxim_parameters ab8500_maxi_params = {
};
static const struct abx500_maxim_parameters abx540_maxi_params = {
- .ena_maxi = true,
- .chg_curr = 3000,
- .wait_cycles = 10,
- .charger_curr_step = 200,
+ .ena_maxi = true,
+ .chg_curr = 3000,
+ .wait_cycles = 10,
+ .charger_curr_step = 200,
};
static const struct abx500_bm_charger_parameters chg = {