summaryrefslogtreecommitdiff
path: root/common/charge_ramp.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/charge_ramp.c')
-rw-r--r--common/charge_ramp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/charge_ramp.c b/common/charge_ramp.c
index 32e0d21ddb..2c84087e21 100644
--- a/common/charge_ramp.c
+++ b/common/charge_ramp.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -41,7 +41,7 @@ test_mockable int chg_ramp_allowed(int port, int supplier)
case CHARGE_SUPPLIER_PD:
case CHARGE_SUPPLIER_TYPEC:
return 0;
- /* default: fall through */
+ /* default: fall through */
}
/* Otherwise ask the BC1.2 detect module */
@@ -59,7 +59,7 @@ test_mockable int chg_ramp_max(int port, int supplier, int sup_curr)
* we may brownout the systems they are connected to.
*/
return sup_curr;
- /* default: fall through */
+ /* default: fall through */
}
/* Otherwise ask the BC1.2 detect module */