workqueue: Fix workqueue_execute_end() comment

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>
This commit is contained in:
Stephen Boyd 2012-04-09 10:44:57 -07:00 committed by Jiri Kosina
parent e75d660672
commit b3aa1584e9

View file

@ -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.