[rtems commit] psxtimer0[12]/psxtimer.c: Reformat file header.

Joel Sherrill joel at rtems.org
Wed Aug 10 19:07:24 UTC 2022


Module:    rtems
Branch:    master
Commit:    b6e00691ff9822ba2b8b4170e8034348041b4a1a
Changeset: http://git.rtems.org/rtems/commit/?id=b6e00691ff9822ba2b8b4170e8034348041b4a1a

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Aug  1 17:35:21 2022 -0500

psxtimer0[12]/psxtimer.c: Reformat file header.

---

 testsuites/psxtests/psxtimer01/psxtimer.c | 9 ++++++---
 testsuites/psxtests/psxtimer02/psxtimer.c | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/testsuites/psxtests/psxtimer01/psxtimer.c b/testsuites/psxtests/psxtimer01/psxtimer.c
index 560dc2eebd..57d23c1582 100644
--- a/testsuites/psxtests/psxtimer01/psxtimer.c
+++ b/testsuites/psxtests/psxtimer01/psxtimer.c
@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
-/*
+/**
+ * @file POSIX Timer Test
  *
  *  This is a simple real-time applications which contains 3 periodic tasks.
  *
@@ -12,8 +13,10 @@
  *
  *  The share data is protected with a POSIX mutex.
  *
- *  Other POSIX facilities such as timers, condition, .. is also used
- *
+ *  Other POSIX facilities such as timers, condition, .. are also used.
+ */
+
+/*
  *  COPYRIGHT (c) 1989-2009.
  *  On-Line Applications Research Corporation (OAR).
  *
diff --git a/testsuites/psxtests/psxtimer02/psxtimer.c b/testsuites/psxtests/psxtimer02/psxtimer.c
index 7da0f7acd1..26d1d5a67c 100644
--- a/testsuites/psxtests/psxtimer02/psxtimer.c
+++ b/testsuites/psxtests/psxtimer02/psxtimer.c
@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
-/*
+/**
+ * @file POSIX Timer Test #2
  *
  *  This is a simple real-time applications which contains 3 periodic tasks.
  *
@@ -12,8 +13,10 @@
  *
  *  The share data is protected with a POSIX mutex.
  *
- *  Other POSIX facilities such as timers, condition, .. is also used
- *
+ *  Other POSIX facilities such as timers, condition, .. are also used.
+ */
+
+/*
  *  COPYRIGHT (c) 1989-2009.
  *  On-Line Applications Research Corporation (OAR).
  *



More information about the vc mailing list