Commit d7147246 authored by Munir Contractor's avatar Munir Contractor Committed by Sebastian Reichel

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: default avatarMunir Contractor <munircontractor@gmail.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 86775879
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment