summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Niedzwiecki <dn@semihalf.com>2020-12-15 08:14:33 +0100
committerCommit Bot <commit-bot@chromium.org>2021-01-28 19:10:09 +0000
commit504cfea01a0cc6dee25efaeb9c11366852529972 (patch)
tree9c20d097a40e848912d5ec0319c8637fe6d3a8cb
parentbb181f20427409c920226e658aeeb4fe304c1091 (diff)
downloadchrome-ec-504cfea01a0cc6dee25efaeb9c11366852529972.tar.gz
task_set_event: remove obsolete comment
After the removal of the wait argument in task_set_event function, the comment should be deleted. BUG=b:172360521 BRANCH=none TEST=none Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com> Change-Id: I2a25baece6851dd3cdf82690574148c3ab02b248 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2592488 Commit-Queue: Jett Rink <jettrink@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--include/task.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/task.h b/include/task.h
index bf1ee39dc8..cb6ddfa9ba 100644
--- a/include/task.h
+++ b/include/task.h
@@ -142,9 +142,6 @@ void set_int_mask(uint32_t val);
*
* @param tskid Task to set event for
* @param event Event bitmap to set (TASK_EVENT_*)
- * @param wait If non-zero, after setting the event, de-schedule the
- * calling task to wait for a response event. Ignored in
- * interrupt context.
* @return The bitmap of events which occurred if wait!=0, else 0.
*/
uint32_t task_set_event(task_id_t tskid, uint32_t event);