summaryrefslogtreecommitdiffstats
path: root/spec/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-21 09:09:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-21 09:34:01 +0200
commit6ea50c8684bd7f1284e412f97571e42168f626c7 (patch)
treea1f74a97cd56bf6e0028d1ddbe997cfa9bae50ea /spec/c
parentspec: Fix format (diff)
downloadrtems-central-6ea50c8684bd7f1284e412f97571e42168f626c7.tar.bz2
spec: Remove superfluous ';'
Diffstat (limited to 'spec/c')
-rw-r--r--spec/c/req/clock-nanosleep.yml10
-rw-r--r--spec/c/req/posix-memalign.yml2
2 files changed, 6 insertions, 6 deletions
diff --git a/spec/c/req/clock-nanosleep.yml b/spec/c/req/clock-nanosleep.yml
index aea335b1..d6f5fc45 100644
--- a/spec/c/req/clock-nanosleep.yml
+++ b/spec/c/req/clock-nanosleep.yml
@@ -276,29 +276,29 @@ test-context:
This member provides the scheduler operation records.
description: null
member: |
- T_scheduler_log_4 scheduler_log;
+ T_scheduler_log_4 scheduler_log
- brief: |
This member contains the CLOCK_REALTIME value before the
${../if/clock-nanosleep:/name} call.
description: null
member: |
- struct timespec now_realtime;
+ struct timespec now_realtime
- brief: |
This member contains the CLOCK_MONOTONIC value before the
${../if/clock-nanosleep:/name} call.
description: null
member: |
- struct timespec now_monotonic;
+ struct timespec now_monotonic
- brief: |
This member contains the worker task identifier.
description: null
member: |
- rtems_id worker_id;
+ rtems_id worker_id
- brief: |
This member contains the timer information of the worker task.
description: null
member: |
- TaskTimerInfo timer_info;
+ TaskTimerInfo timer_info
- brief: |
This member provides the object referenced by the ``rqtp`` parameter.
description: null
diff --git a/spec/c/req/posix-memalign.yml b/spec/c/req/posix-memalign.yml
index d1b1ee66..9df0a489 100644
--- a/spec/c/req/posix-memalign.yml
+++ b/spec/c/req/posix-memalign.yml
@@ -169,7 +169,7 @@ test-context:
This member provides a memory support context.
description: null
member: |
- MemoryContext mem_ctx;
+ MemoryContext mem_ctx
- brief: |
This member provides the object referenced by the memptr parameter.
description: null