summaryrefslogtreecommitdiff
path: root/board/marzipan/switchcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/marzipan/switchcap.c')
-rw-r--r--board/marzipan/switchcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/marzipan/switchcap.c b/board/marzipan/switchcap.c
index 26009d55d8..853f677f27 100644
--- a/board/marzipan/switchcap.c
+++ b/board/marzipan/switchcap.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.
*/
@@ -12,8 +12,8 @@
#include "power/qcom.h"
#include "system.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 board_set_switchcap_power(int enable)
{