summaryrefslogtreecommitdiff
path: root/board/host/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/fan.c')
-rw-r--r--board/host/fan.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/board/host/fan.c b/board/host/fan.c
index 1e1001f1cd..de335afa06 100644
--- a/board/host/fan.c
+++ b/board/host/fan.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -22,7 +22,10 @@ const struct fan_rpm fan_rpm_0 = {
};
const struct fan_t fans[CONFIG_FANS] = {
- { .conf = &fan_conf_0, .rpm = &fan_rpm_0, },
+ {
+ .conf = &fan_conf_0,
+ .rpm = &fan_rpm_0,
+ },
};
static int mock_enabled;