summaryrefslogtreecommitdiff
path: root/board/karma/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/karma/board.c')
-rw-r--r--board/karma/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/karma/board.c b/board/karma/board.c
index 4e9f9166ff..df053ad782 100644
--- a/board/karma/board.c
+++ b/board/karma/board.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -8,8 +8,8 @@
#include "hooks.h"
#include "oz554.h"
-#define CPRINTS(format, args...) cprints(CC_I2C, format, ## args)
-#define CPRINTF(format, args...) cprintf(CC_I2C, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_I2C, format, ##args)
+#define CPRINTF(format, args...) cprintf(CC_I2C, format, ##args)
void oz554_board_init(void)
{