Commit b3aa1584 authored by Stephen Boyd's avatar Stephen Boyd Committed by Jiri Kosina

workqueue: Fix workqueue_execute_end() comment

workqueue_execute_end() is called after the callback function,
not before.
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e75d6606
......@@ -103,7 +103,7 @@ TRACE_EVENT(workqueue_execute_start,
);
/**
* workqueue_execute_end - called immediately before the workqueue callback
* workqueue_execute_end - called immediately after the workqueue callback
* @work: pointer to struct work_struct
*
* Allows to track workqueue execution.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment