summaryrefslogtreecommitdiff
path: root/board/agah/fw_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/agah/fw_config.c')
-rw-r--r--board/agah/fw_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/agah/fw_config.c b/board/agah/fw_config.c
index 7a08e187a6..a16cf10d5a 100644
--- a/board/agah/fw_config.c
+++ b/board/agah/fw_config.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.
*/
@@ -10,7 +10,7 @@
#include "cros_board_info.h"
#include "fw_config.h"
-#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args)
static union agah_cbi_fw_config fw_config;
BUILD_ASSERT(sizeof(fw_config) == sizeof(uint32_t));