summaryrefslogtreecommitdiff
path: root/baseboard/volteer/cbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/cbi.c')
-rw-r--r--baseboard/volteer/cbi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/baseboard/volteer/cbi.c b/baseboard/volteer/cbi.c
index ea446acc4e..28606d7eaf 100644
--- a/baseboard/volteer/cbi.c
+++ b/baseboard/volteer/cbi.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.
*/
@@ -11,8 +11,8 @@
#include "hooks.h"
#include "system.h"
-#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
-#define CPRINTF(format, args...) cprintf(CC_CHIPSET, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args)
+#define CPRINTF(format, args...) cprintf(CC_CHIPSET, format, ##args)
static uint8_t board_id;