From abe2d1596cc03e96510b4cae2f06cc0dce583b16 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Jun 2021 12:37:18 +0200 Subject: rtems: Fix rtems_task_set_affinity() docs --- cpukit/include/rtems/rtems/tasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h index 2a42dcd39c..f0fb7365e3 100644 --- a/cpukit/include/rtems/rtems/tasks.h +++ b/cpukit/include/rtems/rtems/tasks.h @@ -2257,7 +2257,7 @@ rtems_status_code rtems_task_get_affinity( * @param cpusetsize is the size of the processor set referenced by ``cpuset`` * in bytes. * - * @param[out] cpuset is the pointer to a cpu_set_t object. The processor set + * @param cpuset is the pointer to a cpu_set_t object. The processor set * defines the new processor affinity set of the task. A set bit in the * processor set means that the corresponding processor shall be in the * processor affinity set of the task, otherwise the bit shall be cleared. -- cgit v1.2.3