summaryrefslogtreecommitdiff
path: root/board/vilboz/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/vilboz/battery.c')
-rw-r--r--board/vilboz/battery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/vilboz/battery.c b/board/vilboz/battery.c
index 6f6bca7662..a119ce38e8 100644
--- a/board/vilboz/battery.c
+++ b/board/vilboz/battery.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -387,9 +387,9 @@ struct chg_curr_step {
};
static const struct chg_curr_step chg_curr_table[] = {
- {.on = 0, .off = 35, .curr_ma = 2800},
- {.on = 36, .off = 35, .curr_ma = 1500},
- {.on = 39, .off = 38, .curr_ma = 1000},
+ { .on = 0, .off = 35, .curr_ma = 2800 },
+ { .on = 36, .off = 35, .curr_ma = 1500 },
+ { .on = 39, .off = 38, .curr_ma = 1000 },
};
/* All charge current tables must have the same number of levels */