summaryrefslogtreecommitdiff
path: root/chip/ish/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/clock.c')
-rw-r--r--chip/ish/clock.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/chip/ish/clock.c b/chip/ish/clock.c
index ac818f5733..e46c4278b7 100644
--- a/chip/ish/clock.c
+++ b/chip/ish/clock.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_CLOCK, outstr)
-#define CPRINTS(format, args...) cprints(CC_CLOCK, format, ## args)
-
+#define CPRINTS(format, args...) cprints(CC_CLOCK, format, ##args)
void clock_init(void)
{