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:
parent
e75d660672
commit
b3aa1584e9
|
@ -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
|
* @work: pointer to struct work_struct
|
||||||
*
|
*
|
||||||
* Allows to track workqueue execution.
|
* Allows to track workqueue execution.
|
||||||
|
|
Loading…
Reference in New Issue