summaryrefslogtreecommitdiff
path: root/board/corori/usb_pd_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/corori/usb_pd_policy.c')
-rw-r--r--board/corori/usb_pd_policy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/corori/usb_pd_policy.c b/board/corori/usb_pd_policy.c
index fd9018a3f0..3410726e87 100644
--- a/board/corori/usb_pd_policy.c
+++ b/board/corori/usb_pd_policy.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.
*/
@@ -10,8 +10,8 @@
#include "driver/tcpm/tcpci.h"
#include "usb_pd.h"
-#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ## args)
-#define CPRINTS(format, args...) cprints(CC_USBPD, format, ## args)
+#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ##args)
+#define CPRINTS(format, args...) cprints(CC_USBPD, format, ##args)
int pd_check_vconn_swap(int port)
{