summaryrefslogtreecommitdiff
path: root/board/dingdong/usb_pd_pdo.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dingdong/usb_pd_pdo.c')
-rw-r--r--board/dingdong/usb_pd_pdo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dingdong/usb_pd_pdo.c b/board/dingdong/usb_pd_pdo.c
index 990c2de5ab..7b4ed3e2d8 100644
--- a/board/dingdong/usb_pd_pdo.c
+++ b/board/dingdong/usb_pd_pdo.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.
*/
@@ -15,6 +15,6 @@ const int pd_src_pdo_cnt = ARRAY_SIZE(pd_src_pdo);
/* Fake PDOs : we just want our pre-defined voltages */
const uint32_t pd_snk_pdo[] = {
- PDO_FIXED(5000, 500, PDO_FIXED_FLAGS),
+ PDO_FIXED(5000, 500, PDO_FIXED_FLAGS),
};
const int pd_snk_pdo_cnt = ARRAY_SIZE(pd_snk_pdo);