commit | 7a7c420ca8beddefa3d9d9e629194af1a884b13b | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@lemonbeat.com> | Tue Jun 30 12:02:14 2020 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Jun 30 13:47:24 2020 -0700 |
tree | fd0a4dacdaa7d83cc5e6a719a0d0df80d54d06f9 | |
parent | 4cc93041dbbbd009f4786eb61db79897cf6fee1a [diff] |
kernel: k_poll: Clarify events parameter description The functions k_work_poll_submit_to_queue(), k_work_poll_submit() and k_poll() described the parameter events as an "array of pointers to events" which is not accurate. Replaced the description with "array of events". This fixes #23775 Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>