summaryrefslogtreecommitdiff
path: root/util/powerd_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/powerd_lock.h')
-rw-r--r--util/powerd_lock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/powerd_lock.h b/util/powerd_lock.h
index 86be184a19..1487f28bb7 100644
--- a/util/powerd_lock.h
+++ b/util/powerd_lock.h
@@ -1,7 +1,7 @@
/*
* This file is ported from the flashrom project.
*
- * Copyright 2015 The Chromium OS Authors. All rights reserved.
+ * Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -27,8 +27,8 @@
enum POWERD_ERROR_CODE {
POWERD_OK = 0,
POWERD_CREATE_LOCK_FILE_ERROR = 0x1,
- POWERD_WRITE_LOCK_FILE_ERROR = 0x2,
- POWERD_CLOSE_LOCK_FILE_ERROR = 0x4,
+ POWERD_WRITE_LOCK_FILE_ERROR = 0x2,
+ POWERD_CLOSE_LOCK_FILE_ERROR = 0x4,
POWERD_DELETE_LOCK_FILE_ERROR = 0x8
};
@@ -38,4 +38,4 @@ int disable_power_management(void);
/* Re-enable power management. */
int restore_power_management(void);
-#endif /* __UTIL_POWERD_LOCK_H */
+#endif /* __UTIL_POWERD_LOCK_H */