summaryrefslogtreecommitdiff
path: root/board/sasukette/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sasukette/battery.c')
-rw-r--r--board/sasukette/battery.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/sasukette/battery.c b/board/sasukette/battery.c
index 652c04a651..7a4670816e 100644
--- a/board/sasukette/battery.c
+++ b/board/sasukette/battery.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -12,8 +12,8 @@
#include "common.h"
#include "util.h"
-#define CHARGING_VOLTAGE_MV_SAFE 8400
-#define CHARGING_CURRENT_MA_SAFE 1500
+#define CHARGING_VOLTAGE_MV_SAFE 8400
+#define CHARGING_CURRENT_MA_SAFE 1500
/*
* Battery info for all sasukette battery types. Note that the fields
@@ -165,13 +165,13 @@ int charger_profile_override(struct charge_state_data *curr)
}
enum ec_status charger_profile_override_get_param(uint32_t param,
- uint32_t *value)
+ uint32_t *value)
{
return EC_RES_INVALID_PARAM;
}
enum ec_status charger_profile_override_set_param(uint32_t param,
- uint32_t value)
+ uint32_t value)
{
return EC_RES_INVALID_PARAM;
}