Skip to content

Commit

Permalink
workqueue: Fix workqueue_execute_end() comment
Browse files Browse the repository at this point in the history
workqueue_execute_end() is called after the callback function,
not before.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Stephen Boyd authored and Jiri Kosina committed Apr 10, 2012
1 parent e75d660 commit b3aa158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3aa158

Please sign in to comment.