summaryrefslogtreecommitdiff
path: root/cts/mutex/th.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/mutex/th.c')
-rw-r--r--cts/mutex/th.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cts/mutex/th.c b/cts/mutex/th.c
index 9cbbd8badb..c48dfcaa64 100644
--- a/cts/mutex/th.c
+++ b/cts/mutex/th.c
@@ -1,7 +1,7 @@
-/* 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.
- * Copyright 2011 Google Inc.
+ * Copyright 2011 Google LLC
*
* Tasks for mutexes basic tests.
*/
@@ -23,7 +23,7 @@ static struct mutex mtx;
int mutex_random_task(void *unused)
{
- char letter = 'A'+(TASK_ID_MTX3A - task_get_current());
+ char letter = 'A' + (TASK_ID_MTX3A - task_get_current());
/* wait to be activated */
while (1) {