summaryrefslogtreecommitdiff
path: root/board/taniks/fw_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/taniks/fw_config.c')
-rw-r--r--board/taniks/fw_config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/taniks/fw_config.c b/board/taniks/fw_config.c
index cf1e27ad83..7d6323c868 100644
--- a/board/taniks/fw_config.c
+++ b/board/taniks/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 "fw_config.h"
#include "gpio.h"
-#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args)
static union taniks_cbi_fw_config fw_config;
BUILD_ASSERT(sizeof(fw_config) == sizeof(uint32_t));
@@ -65,7 +65,7 @@ void board_init_fw_config(void)
CPRINTS("CBI: Using board defaults for early board");
if (ec_cfg_has_tabletmode()) {
fw_config = fw_config_defaults;
- }
+ }
}
determine_storage();