From 6ea50c8684bd7f1284e412f97571e42168f626c7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Jul 2023 09:09:37 +0200 Subject: spec: Remove superfluous ';' --- spec/rtems/task/req/construct.yml | 2 +- spec/rtems/task/req/delete.yml | 10 +++++----- spec/rtems/task/req/restart.yml | 6 +++--- spec/rtems/task/req/set-affinity.yml | 2 +- spec/rtems/task/req/set-scheduler.yml | 2 +- spec/rtems/task/req/wake-after.yml | 10 +++++----- spec/rtems/task/req/wake-when.yml | 8 ++++---- 7 files changed, 20 insertions(+), 20 deletions(-) (limited to 'spec/rtems/task/req') diff --git a/spec/rtems/task/req/construct.yml b/spec/rtems/task/req/construct.yml index 6ee7480a..e5e1e4ab 100644 --- a/spec/rtems/task/req/construct.yml +++ b/spec/rtems/task/req/construct.yml @@ -557,7 +557,7 @@ test-context: If this member is true, then the zombie thread is ready to get killed. description: null member: | - volatile bool zombie_ready; + volatile bool zombie_ready - brief: | This member contains the actual modes of the constructed task. description: null diff --git a/spec/rtems/task/req/delete.yml b/spec/rtems/task/req/delete.yml index adae9793..e4560b28 100644 --- a/spec/rtems/task/req/delete.yml +++ b/spec/rtems/task/req/delete.yml @@ -488,7 +488,7 @@ test-context: This member provides a jump context to resume a thread dispatch. description: null member: | - jmp_buf thread_dispatch_context; + jmp_buf thread_dispatch_context - brief: | This member contains the identifier of the runner scheduler. description: null @@ -536,13 +536,13 @@ test-context: ${../if/delete:/name} call. description: null member: | - TaskTimerInfo worker_timer_info; + TaskTimerInfo worker_timer_info - brief: | This member contains the worker thread queue at the end of the ${../if/delete:/name} call. description: null member: | - const Thread_queue_Queue *worker_wait_queue; + const Thread_queue_Queue *worker_wait_queue - brief: | This member contains the worker thread life state at the end of the ${../if/delete:/name} call. @@ -584,12 +584,12 @@ test-context: This member contains extension calls. description: null member: | - ExtensionCalls calls; + ExtensionCalls calls - brief: | This member contains extension calls after the ${../if/delete:/name} call. description: null member: | - ExtensionCalls calls_after_restart; + ExtensionCalls calls_after_restart - brief: | This member contains the delete counter. description: null diff --git a/spec/rtems/task/req/restart.yml b/spec/rtems/task/req/restart.yml index 7e3ae5d4..1555e29a 100644 --- a/spec/rtems/task/req/restart.yml +++ b/spec/rtems/task/req/restart.yml @@ -669,7 +669,7 @@ test-context: This member provides a jump context to resume a thread dispatch. description: null member: | - jmp_buf thread_dispatch_context; + jmp_buf thread_dispatch_context - brief: | This member provides the context to wrap thread queue operations. description: null @@ -737,12 +737,12 @@ test-context: This member contains extension calls. description: null member: | - ExtensionCalls calls; + ExtensionCalls calls - brief: | This member contains extension calls after the ${../if/restart:/name} call. description: null member: | - ExtensionCalls calls_after_restart; + ExtensionCalls calls_after_restart - brief: | This member contains the actual argument passed to the entry point. description: null diff --git a/spec/rtems/task/req/set-affinity.yml b/spec/rtems/task/req/set-affinity.yml index 82f80893..df07cf5f 100644 --- a/spec/rtems/task/req/set-affinity.yml +++ b/spec/rtems/task/req/set-affinity.yml @@ -211,7 +211,7 @@ test-context: This member provides the scheduler operation records. description: null member: | - T_scheduler_log_2 scheduler_log; + T_scheduler_log_2 scheduler_log - brief: | This member provides the object referenced by the ${../if/set-affinity:/params[2]/name} parameter. diff --git a/spec/rtems/task/req/set-scheduler.yml b/spec/rtems/task/req/set-scheduler.yml index f149e418..5767c119 100644 --- a/spec/rtems/task/req/set-scheduler.yml +++ b/spec/rtems/task/req/set-scheduler.yml @@ -503,7 +503,7 @@ test-context: This member contains the identifier of the new scheduler. description: null member: | - rtems_id new_scheduler; + rtems_id new_scheduler - brief: | This member contains the new priorities of the task. description: null diff --git a/spec/rtems/task/req/wake-after.yml b/spec/rtems/task/req/wake-after.yml index ec8ffc4d..4124f4d9 100644 --- a/spec/rtems/task/req/wake-after.yml +++ b/spec/rtems/task/req/wake-after.yml @@ -127,29 +127,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 ${/glossary/clock-tick:/term} value before the ${../if/wake-after:/name} call. description: null member: | - uint64_t now; + uint64_t now - brief: | This member contains the worker task identifier. description: null member: | - rtems_id worker_id; + rtems_id worker_id - brief: | If this member is true, then the worker shall be suspended during the ${../if/wake-after:/name} call. description: null member: | - bool suspended; + bool suspended - brief: | This member contains the timer information of the worker task. description: null member: | - TaskTimerInfo timer_info; + TaskTimerInfo timer_info - brief: | This member contains the return value of the ${../if/wake-after:/name} call. diff --git a/spec/rtems/task/req/wake-when.yml b/spec/rtems/task/req/wake-when.yml index 91ae4709..e5c5253e 100644 --- a/spec/rtems/task/req/wake-when.yml +++ b/spec/rtems/task/req/wake-when.yml @@ -155,23 +155,23 @@ 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/wake-when:/name} call. description: null member: | - struct timespec now; + struct timespec now - 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 ${../if/wake-when:/params[0]/name} parameter. -- cgit v1.2.3