[rtems commit] rtems: Fix rtems_task_set_affinity() docs

Sebastian Huber sebh at rtems.org
Thu Jun 17 11:07:31 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jun 16 12:37:18 2021 +0200

rtems: Fix rtems_task_set_affinity() docs

---

 cpukit/include/rtems/rtems/tasks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 2a42dcd..f0fb736 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.



More information about the vc mailing list