summaryrefslogtreecommitdiff
path: root/baseboard/goroh/usb_pd_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/goroh/usb_pd_policy.c')
-rw-r--r--baseboard/goroh/usb_pd_policy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/baseboard/goroh/usb_pd_policy.c b/baseboard/goroh/usb_pd_policy.c
index 5030489ec8..e92ced5e89 100644
--- a/baseboard/goroh/usb_pd_policy.c
+++ b/baseboard/goroh/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.
*/
@@ -15,8 +15,8 @@
#error Goroh reference must have at least one 3.0 A port
#endif
-#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)
+#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ##args)
void svdm_set_hpd_gpio(int port, int en)
{