summaryrefslogtreecommitdiff
path: root/board/guybrush/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/guybrush/thermal.c')
-rw-r--r--board/guybrush/thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/guybrush/thermal.c b/board/guybrush/thermal.c
index 606d21cfdf..5bb1295f84 100644
--- a/board/guybrush/thermal.c
+++ b/board/guybrush/thermal.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -12,7 +12,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_THERMAL, outstr)
-#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ##args)
const struct fan_conf fan_conf_0 = {
.flags = FAN_USE_RPM_MODE,