summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt9490.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/bc12_rt9490.h')
-rw-r--r--zephyr/shim/include/usbc/bc12_rt9490.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/zephyr/shim/include/usbc/bc12_rt9490.h b/zephyr/shim/include/usbc/bc12_rt9490.h
index f9bc82f292..a9371ddeea 100644
--- a/zephyr/shim/include/usbc/bc12_rt9490.h
+++ b/zephyr/shim/include/usbc/bc12_rt9490.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -7,4 +7,7 @@
#define RT9490_BC12_COMPAT richtek_rt9490_bc12
-#define BC12_CHIP_RT9490(id) { .drv = &rt9490_bc12_drv, },
+#define BC12_CHIP_RT9490(id) \
+ { \
+ .drv = &rt9490_bc12_drv, \
+ },