summaryrefslogtreecommitdiff
path: root/power/apollolake.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/apollolake.c')
-rw-r--r--power/apollolake.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/power/apollolake.c b/power/apollolake.c
index 3bc03af626..20244abee9 100644
--- a/power/apollolake.c
+++ b/power/apollolake.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.
*/
@@ -13,7 +13,7 @@
#include "timer.h"
/* Console output macros */
-#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args)
/*
* force_shutdown is used to maintain chipset shutdown request. This request
@@ -145,7 +145,6 @@ enum power_state power_handle_state(enum power_state state)
new_state = POWER_S5G3;
goto rsmrst_handle;
-
}
/* If force shutdown is requested, perform that. */