summaryrefslogtreecommitdiff
path: root/zephyr/test/tasks/shimmed_test_tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/tasks/shimmed_test_tasks.h')
-rw-r--r--zephyr/test/tasks/shimmed_test_tasks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/tasks/shimmed_test_tasks.h b/zephyr/test/tasks/shimmed_test_tasks.h
index c040ed1bad..ebd1215446 100644
--- a/zephyr/test/tasks/shimmed_test_tasks.h
+++ b/zephyr/test/tasks/shimmed_test_tasks.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -14,7 +14,7 @@
#define HAS_TASK_TASK_3 1
/* Highest priority on bottom same as in platform/ec */
-#define CROS_EC_TASK_LIST \
+#define CROS_EC_TASK_LIST \
CROS_EC_TASK(TASK_1, task1_entry, 0, 512, 2) \
CROS_EC_TASK(TASK_2, task2_entry, 0, 512, 1) \
CROS_EC_TASK(TASK_3, task3_entry, 0, 512, 0)